Skip to content

Commit

Permalink
store settings to file also, on manual refresh (avoids running a sort…
Browse files Browse the repository at this point in the history
… for this only)
  • Loading branch information
kent-rasmussen committed Sep 6, 2021
1 parent 3b021cd commit c20e3fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2604,6 +2604,7 @@ def updateprofilename(profile,name):
#run this in any case, rather than running it not at all, or twice
self.checkcheck()
def refresh(event=None):
self.storesettingsfile()
self.checkcheck()
self.boardtitle()
# leaderheader=Frame(self.leaderboard) #someday, make this not scroll...
Expand Down

0 comments on commit c20e3fb

Please sign in to comment.