This commit is contained in:
Kovid Goyal 2015-04-19 08:29:23 +05:30
parent f9ce74d58a
commit 1af26bb71e

View File

@ -199,7 +199,7 @@ class GuiRunner(QObject):
def hide_splash_screen(self):
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 = None