mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Fix manage categories and saved searches to allow assigning a shortcut without provoking a conflict.
This commit is contained in:
parent
718cdffadd
commit
ac7c20bf99
@ -9,7 +9,7 @@ class ManageCategoriesAction(InterfaceAction):
|
||||
|
||||
name = 'Manage categories'
|
||||
action_spec = (_('Manage categories'), 'tags.png',
|
||||
_('Manage categories: authors, tags, series, etc.'), '')
|
||||
_('Manage categories: authors, tags, series, etc.'), ())
|
||||
action_type = 'current'
|
||||
action_add_menu = True
|
||||
dont_add_to = frozenset(['context-menu-device', 'menubar-device'])
|
||||
|
@ -57,7 +57,7 @@ class SavedSearchesAction(InterfaceAction):
|
||||
|
||||
name = 'Saved searches'
|
||||
action_spec = (_('Saved searches'), 'folder_saved_search.png',
|
||||
_('Show a menu of saved searches'), None)
|
||||
_('Show a menu of saved searches'), ())
|
||||
action_type = 'current'
|
||||
action_add_menu = True
|
||||
dont_add_to = frozenset(('context-menu-device', 'menubar-device'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user