From a1b06901fd4f36339f100030c74066ca8e412f89 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 9 Jan 2024 08:44:39 +0530 Subject: [PATCH] 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. --- src/calibre/gui2/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibre/gui2/__init__.py b/src/calibre/gui2/__init__.py index 913d7b0622..21c8f18bc0 100644 --- a/src/calibre/gui2/__init__.py +++ b/src/calibre/gui2/__init__.py @@ -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',