mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f9ce74d58a
commit
1af26bb71e
@ -199,7 +199,7 @@ class GuiRunner(QObject):
|
|||||||
|
|
||||||
def hide_splash_screen(self):
|
def hide_splash_screen(self):
|
||||||
if self.splash_screen is not None:
|
if self.splash_screen is not None:
|
||||||
with self.app:
|
with self.app: # Disable quit on last window closed
|
||||||
self.splash_screen.hide()
|
self.splash_screen.hide()
|
||||||
self.splash_screen = None
|
self.splash_screen = None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user