This commit is contained in:
Kovid Goyal 2021-06-30 07:30:28 +05:30
commit 9a6b7ae923
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -433,8 +433,6 @@ class Preferences(QDialog):
if __name__ == '__main__': if __name__ == '__main__':
from calibre.gui2 import Application from calibre.gui2 import Application
from calibre.gui_launch import init_dbus
init_dbus()
app = Application([]) app = Application([])
app app
gui = init_gui() gui = init_gui()