mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 05:02:01 +00:00
Fix on steam client beta, restart steam instead of reloading tab since that is broken
This commit is contained in:
@@ -261,5 +261,5 @@ class Utilities:
|
||||
self.logger.info("Disabling React DevTools")
|
||||
tab = await get_gamepadui_tab()
|
||||
self.rdt_script_id = None
|
||||
await tab.evaluate_js("location.reload();", False, True, False)
|
||||
await tab.evaluate_js("SteamClient.User.StartRestart();", False, True, False)
|
||||
self.logger.info("React DevTools disabled")
|
||||
|
||||
Reference in New Issue
Block a user