mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-19 11:23:40 +01:00
...
This commit is contained in:
parent
17be87e85a
commit
d938936ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ def init_gui():
|
|||
actions = tuple(Main.create_application_menubar())
|
||||
db = db()
|
||||
gui = Main(opts)
|
||||
gui.initialize(db.library_path, db, None, actions, show_gui=False)
|
||||
gui.initialize(db.library_path, db, actions, show_gui=False)
|
||||
return gui
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue