mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-28 09:04:26 -04:00
End web thread successfully when cleaning up after a tab, which prevents crashes after running the tests; and fix msi_filename in Windows build script
This commit is contained in:
parent
c7cec56408
commit
64227a9445
3 changed files with 8 additions and 4 deletions
|
@ -663,4 +663,6 @@ class Tab(QtWidgets.QWidget):
|
|||
return False
|
||||
|
||||
def cleanup(self):
|
||||
self.get_mode().web_thread.quit()
|
||||
self.get_mode().web_thread.wait()
|
||||
self.app.cleanup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue