Skip to content

Commit

Permalink
Release 5.15 skins folder by default, Reload Steam auto, new buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonius7 committed Jun 8, 2024
1 parent 06a39e0 commit 022db16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/Changelog - old_glory GUI.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## SteamUI-OldGlory GUI Changelog

**1.1.5.4** **(Release 5.15)** Small fixes (alternate registry path for Steam InstallPath)

1.1.5.3 *(5.15-pre3)* Hide console window when checking for Steam on Windows, add check on Linux

1.1.5.2 *(5.15-pre2)* Move `refresh_steam` threading into 2 functions
Expand Down
2 changes: 1 addition & 1 deletion old_glory.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class OldGloryApp(tk.Tk):
def __init__(self, *args, **kwargs):
self.version = "1.1.5.4"
self.release = "5.15-pre4"
self.release = "5.15"

### Window Frame
tk.Tk.__init__(self, *args, **kwargs)
Expand Down

0 comments on commit 022db16

Please sign in to comment.