mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 18:33:50 +02:00
Fix regression that broke the open containing folder action
This commit is contained in:
parent
fa5b55b084
commit
78e4e41b7e
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ def __init__(self):
|
|||
|
||||
self.action_open_containing_folder.setShortcut(Qt.Key_O)
|
||||
self.addAction(self.action_open_containing_folder)
|
||||
self.action_open_containing_folder.triggered.connect(self.view_folder)
|
||||
self.action_sync.setShortcut(Qt.Key_D)
|
||||
self.action_sync.setEnabled(True)
|
||||
self.create_device_menu()
|
||||
|
|
|
|||
Loading…
Reference in a new issue