mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Add preferences action to help menu as well
This commit is contained in:
parent
184586b5dd
commit
77c3f229fd
@ -443,6 +443,7 @@ class Main(MainWindow):
|
|||||||
a = e.addAction
|
a = e.addAction
|
||||||
a(self.action_help)
|
a(self.action_help)
|
||||||
a(QIcon(I('donate.png')), _('Donate to support calibre development'), open_donate)
|
a(QIcon(I('donate.png')), _('Donate to support calibre development'), open_donate)
|
||||||
|
a(self.action_preferences)
|
||||||
|
|
||||||
def update_recent_books(self):
|
def update_recent_books(self):
|
||||||
m = self.recent_books_menu
|
m = self.recent_books_menu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user