mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 16:57:50 +00:00
more major websocket progress
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import reloadFix from './reload';
|
||||
import restartFix from './restart';
|
||||
// import reloadFix from './reload';
|
||||
// import restartFix from './restart';
|
||||
let fixes: Function[] = [];
|
||||
|
||||
export function deinitSteamFixes() {
|
||||
@@ -7,6 +7,6 @@ export function deinitSteamFixes() {
|
||||
}
|
||||
|
||||
export async function initSteamFixes() {
|
||||
fixes.push(await reloadFix());
|
||||
fixes.push(await restartFix());
|
||||
// fixes.push(await reloadFix());
|
||||
// fixes.push(await restartFix());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user