Skip to content

Commit

Permalink
store version info to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
baskiton authored Feb 2, 2024
1 parent 550c21c commit 0d20e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SatsDecoder/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ def exit(self, evt=None):
self.config.set(name, 'merge mode', str(df.merge_mode_v.get()))

self.config.set('main', 'pos', self.master.winfo_geometry())
self.config.set('info', 'version', __version__)
self.quit()

def about(self, evt=None):
Expand Down

0 comments on commit 0d20e5e

Please sign in to comment.