mirror of
https://github.com/onionshare/onionshare.git
synced 2025-11-25 16:56:19 -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
1 changed files with 1 additions and 1 deletions
|
|
@ -681,4 +681,4 @@ class Tab(QtWidgets.QWidget):
|
||||||
self.get_mode().web.stop(self.get_mode().app.port)
|
self.get_mode().web.stop(self.get_mode().app.port)
|
||||||
self.get_mode().web_thread.quit()
|
self.get_mode().web_thread.quit()
|
||||||
self.get_mode().web_thread.wait()
|
self.get_mode().web_thread.wait()
|
||||||
self.get_mode().web.cleanup()
|
self.get_mode().web.cleanup()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue