saving cfg on window close

This commit is contained in:
Jakub Jezek 2021-11-22 17:14:09 +01:00
parent 0bb87ca691
commit 36ce07c85e
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -516,4 +516,5 @@ class FlameToFtrackPanel(object):
print("All Temp data were destroied ...")
def close(self):
self._save_ui_state_to_cfg()
self.session.close()