This commit is contained in:
Kovid Goyal 2022-10-17 21:05:54 +05:30
parent 37a8a403e9
commit a7eb71c343
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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()