mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Fix #774743 (Calibre Crash on read [open by (v) from edit-screen])
This commit is contained in:
parent
3ded181c97
commit
186a47da8c
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ def initialization_complete(self):
|
|||
|
||||
def build_menus(self, db):
|
||||
self.view_menu.clear()
|
||||
self.view_menu.addAction(self.qaction)
|
||||
self.view_menu.addAction(self.view_action)
|
||||
self.view_menu.addAction(self.view_specific_action)
|
||||
self.view_menu.addSeparator()
|
||||
self.view_menu.addAction(self.action_pick_random)
|
||||
|
|
|
|||
Loading…
Reference in a new issue