mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 04:03:52 +02:00
...
This commit is contained in:
parent
c636f92551
commit
492b0cdbd9
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ def initialize(self, library_path, db, listener, actions, show_gui=True):
|
|||
self.system_tray_icon.activated.connect(self.system_tray_icon_activated)
|
||||
self.quit_action.triggered[bool].connect(self.quit)
|
||||
self.donate_action.triggered[bool].connect(self.donate)
|
||||
self.minimize_action = QAction(_('Minimize the window'), self)
|
||||
self.minimize_action = QAction(_('Minimize the calibre window'), self)
|
||||
self.addAction(self.minimize_action)
|
||||
self.keyboard.register_shortcut('minimize calibre', self.minimize_action.text(),
|
||||
default_keys=(), action=self.minimize_action)
|
||||
|
|
|
|||
Loading…
Reference in a new issue