mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #969418 (Unable to access preferences menu (mac))
This commit is contained in:
parent
3b1de4b334
commit
259ee6c6dd
@ -71,7 +71,7 @@ class AddAction(InterfaceAction):
|
|||||||
ma('add-formats', _('Add files to selected book records'),
|
ma('add-formats', _('Add files to selected book records'),
|
||||||
triggered=self.add_formats, shortcut=_('Shift+A'))
|
triggered=self.add_formats, shortcut=_('Shift+A'))
|
||||||
self.add_menu.addSeparator()
|
self.add_menu.addSeparator()
|
||||||
ma('add-config', _('Configure the adding of books'),
|
ma('add-config', _('Control the adding of books'),
|
||||||
triggered=self.add_config)
|
triggered=self.add_config)
|
||||||
|
|
||||||
self.qaction.triggered.connect(self.add_books)
|
self.qaction.triggered.connect(self.add_books)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user