aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/main_window.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-27 12:38:00 -0800
committerMicah Lee <micah@micahflee.com>2020-11-27 12:38:00 -0800
commit184f1261896855fcfadf09d36ade36dd9c275d57 (patch)
treec0d64b43a166b36331d1e49fcfc5f8125617add9 /desktop/src/onionshare/main_window.py
parentf69cbbd3893ef00380a46b054e2c9b624d26401e (diff)
downloadonionshare-184f1261896855fcfadf09d36ade36dd9c275d57.tar.gz
onionshare-184f1261896855fcfadf09d36ade36dd9c275d57.zip
When quitting OnionShare with services started, make sure the web services get stopped
Diffstat (limited to 'desktop/src/onionshare/main_window.py')
-rw-r--r--desktop/src/onionshare/main_window.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/src/onionshare/main_window.py b/desktop/src/onionshare/main_window.py
index c1e0cd1a..5a099cbc 100644
--- a/desktop/src/onionshare/main_window.py
+++ b/desktop/src/onionshare/main_window.py
@@ -285,6 +285,7 @@ class MainWindow(QtWidgets.QMainWindow):
e.accept()
def cleanup(self):
+ self.common.log("MainWindow", "cleanup")
self.tabs.cleanup()
self.common.gui.onion.cleanup()