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 0e69dbd commit 014e37cCopy full SHA for 014e37c
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