aboutsummaryrefslogtreecommitdiffstats
path: root/tagit/apps
diff options
context:
space:
mode:
Diffstat (limited to 'tagit/apps')
-rw-r--r--tagit/apps/desktop.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tagit/apps/desktop.py b/tagit/apps/desktop.py
index 94acbf2..054002b 100644
--- a/tagit/apps/desktop.py
+++ b/tagit/apps/desktop.py
@@ -97,6 +97,9 @@ class TagitApp(App):
# trigger startup operations
self.root.on_startup()
+ # FIXME: mb/port
+ #def on_stop(self):
+ # self.root.session.storage.close()
def main(argv):
"""Start the tagit GUI. Opens a window to browse images."""