summaryrefslogtreecommitdiffstats
path: root/pyLoadGui.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-xpyLoadGui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py
index 0ac74cda5..0ee865dfe 100755
--- a/pyLoadGui.py
+++ b/pyLoadGui.py
@@ -674,6 +674,7 @@ class main(QObject):
self.mainWindow.tabs["accounts"]["view"].model().reloadData(force)
def slotQuit(self):
+ self.tray.hide()
self.quitInternal()
self.app.quit()