mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 05:31:25 -05:00
move self.get_mode().web.cleanup() inside the if self.get_mode() conditional, in desktop
This commit is contained in:
parent
ff5e73a2ae
commit
484aa23477
@ -681,4 +681,4 @@ class Tab(QtWidgets.QWidget):
|
||||
self.get_mode().web.stop(self.get_mode().app.port)
|
||||
self.get_mode().web_thread.quit()
|
||||
self.get_mode().web_thread.wait()
|
||||
self.get_mode().web.cleanup()
|
||||
self.get_mode().web.cleanup()
|
||||
|
Loading…
x
Reference in New Issue
Block a user