Skip to content

Commit

Permalink
Update Data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonius7 committed Jun 8, 2024
1 parent 71b4cd1 commit 741d161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions old_glory.py
Original file line number Diff line number Diff line change
Expand Up @@ -1585,11 +1585,10 @@ def returnframeJS(self):
### ================================
def reset_all_tweaks(event, controller):
#js_tweaker.setup_library(1)
#js_tweaker.reset_html
js_tweaker.reset_html()
backend.clean_slate_css()
backend.unpatch_css()
manager.set_css_config_no_js(controller.css_config)
#backend.reset_html()
backend.clear_js_working_files()

def remake_js(event, controller):
Expand Down Expand Up @@ -1692,7 +1691,7 @@ def yes_update_click(self):
self.controller.frames["StartPage"].text1.update_idletasks()
#Update LastPatchedDate
backend.update_json_last_patched_date(self.controller.json_data)
reload_config()
reload_config(self.controller)
self.destroy()


Expand Down
2 changes: 1 addition & 1 deletion old_glory_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"jsPatchedFile": "sq.js",
"jsOriginalFile": "sp.js.original",
"steamui_websrc_all.zip.vz_hash": "543ddfbd73d1bb57720f1545974908c7",
"lastPatchedDate": "2024-06-06T07:21:40Z",
"lastPatchedDate": "2024-06-08T12:32:14Z",
"themes": {
"steam-library": {
"author": "Shiina",
Expand Down

0 comments on commit 741d161

Please sign in to comment.