mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Move Preferences to the left in the default toolbar
Makes it less likely to be hidden behind the three bots bar expander on small screens.
This commit is contained in:
parent
143cf3eb1d
commit
a1b06901fd
@ -294,9 +294,9 @@ def create_defs():
|
||||
defs['action-layout-menubar-device'] = ()
|
||||
defs['action-layout-toolbar'] = (
|
||||
'Add Books', 'Edit Metadata', None, 'Convert Books', 'View', None,
|
||||
'Store', 'Donate', 'Fetch News', 'Help', None,
|
||||
'Remove Books', 'Choose Library', 'Save To Disk',
|
||||
'Connect Share', 'Tweak ePub', 'Preferences',
|
||||
'Store', 'Donate', 'Fetch News', 'Help', None, 'Preferences',
|
||||
'Remove Books', 'Choose Library', 'Save To Disk', 'Connect Share',
|
||||
'Tweak ePub',
|
||||
)
|
||||
defs['action-layout-toolbar-device'] = (
|
||||
'Add Books', 'Edit Metadata', None, 'Convert Books', 'View',
|
||||
|
Loading…
x
Reference in New Issue
Block a user