Skip to content

Commit

Permalink
Fixed bug that didn't reload theme after switching
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobpalm committed Sep 24, 2022
1 parent 2d801cb commit 578b050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SOURCE/CONFIG.BAS
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ UpdatePreview:
IF Obj.BtnClick(btnSave) OR Key$ = "s" OR Key$ = CHR$(13) THEN
UserSettings.ThemeFile = ThemeList(ActiveTheme)
Sys.SaveProfile ProfileID
Sys.LoadTheme
EXIT SUB
END IF

Expand Down

0 comments on commit 578b050

Please sign in to comment.