We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0010575 commit 12fff66Copy full SHA for 12fff66
splash/qtutils.py
@@ -139,6 +139,9 @@ def awake(self):
139
diff = time.time() - self.blockedAt
140
log.msg("awake; block time: %0.4f" % diff, system="QAbstractEventDispatcher")
141
_qtapp = QApp(sys.argv)
142
+ # we have to set this, because otherwise the program may quit when
143
+ # the last web view window is closed.
144
+ _qtapp.setQuitOnLastWindowClosed(False)
145
return _qtapp
146
147
0 commit comments