You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Webview: Destroy on app.lastWindowClosed
- Don't kill the WebView on aboutToQuit
Turns out, PyQt5's implementation of QApplication emits that signal
every time the user types anything on the input line, when running
Python interactively.
0 commit comments