mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
FINALLY fix the multiple injections bug
This commit is contained in:
@@ -15,7 +15,6 @@ declare global {
|
||||
}
|
||||
(async () => {
|
||||
window.deckyHasLoaded = true;
|
||||
await sleep(1000);
|
||||
window.deckyAuthToken = await fetch('http://127.0.0.1:1337/auth/token').then((r) => r.text());
|
||||
|
||||
window.DeckyPluginLoader?.dismountAll();
|
||||
|
||||
Reference in New Issue
Block a user