mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
...
This commit is contained in:
parent
e7781ffb25
commit
31eb9078ac
@ -305,7 +305,7 @@ if isosx:
|
|||||||
continue
|
continue
|
||||||
elif what == 'Location Manager':
|
elif what == 'Location Manager':
|
||||||
for ac in self.location_manager.available_actions:
|
for ac in self.location_manager.available_actions:
|
||||||
self.build_menu(ac, ac.isVisible())
|
self.build_menu(ac)
|
||||||
elif what == 'Donate':
|
elif what == 'Donate':
|
||||||
mb.addAction(self.donate_action)
|
mb.addAction(self.donate_action)
|
||||||
elif what in self.gui.iactions:
|
elif what in self.gui.iactions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user