diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-01-25 17:11:13 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-25 17:11:13 +0100 |
commit | cdd1dc960a3da5e73a86dd3ec5412417387c70d6 (patch) | |
tree | 04fe2e631edd2864b81ca51a66598339a9dad7f8 /tagit/apps | |
parent | bb8f0bfa26da38698fb0c9c04650c5c9a0aa66f2 (diff) | |
download | tagit-cdd1dc960a3da5e73a86dd3ec5412417387c70d6.tar.gz tagit-cdd1dc960a3da5e73a86dd3ec5412417387c70d6.tar.bz2 tagit-cdd1dc960a3da5e73a86dd3ec5412417387c70d6.zip |
minor cleanup
Diffstat (limited to 'tagit/apps')
-rw-r--r-- | tagit/apps/desktop.py | 3 |
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.""" |