mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 23:39:43 -05:00
move self.get_mode().web.cleanup() inside the if self.get_mode() conditional, in desktop
This commit is contained in:
parent
04019389da
commit
d8801ff061
@ -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…
Reference in New Issue
Block a user