mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
37a8a403e9
commit
a7eb71c343
@ -16,7 +16,7 @@ class SavedSearchesAction(InterfaceAction):
|
||||
_('Show a menu of saved searches'), '')
|
||||
action_type = 'current'
|
||||
action_add_menu = True
|
||||
dont_add_to = frozenset(['context-menu-device', 'menubar-device'])
|
||||
dont_add_to = frozenset(('context-menu-device', 'menubar-device'))
|
||||
|
||||
def genesis(self):
|
||||
self.menu = m = self.qaction.menu()
|
||||
|
Loading…
x
Reference in New Issue
Block a user