mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 10:12:34 -04:00
...
This commit is contained in:
@@ -19,7 +19,7 @@ class VirtualLibraryAction(InterfaceAction):
|
||||
action_type = 'current'
|
||||
action_add_menu = True
|
||||
popup_type = QToolButton.InstantPopup
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user