mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
17be87e85a
commit
d938936ab6
@ -336,7 +336,7 @@ def init_gui():
|
|||||||
actions = tuple(Main.create_application_menubar())
|
actions = tuple(Main.create_application_menubar())
|
||||||
db = db()
|
db = db()
|
||||||
gui = Main(opts)
|
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
|
return gui
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user