mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-12 04:31:56 +00:00
Fix loader on feb 22 2023 beta
This commit is contained in:
@@ -4,13 +4,6 @@ import Logger from '../logger';
|
||||
|
||||
const logger = new Logger('RestartSteamFix');
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
SteamClient: any;
|
||||
appDetailsStore: any;
|
||||
}
|
||||
}
|
||||
|
||||
let patch: Patch;
|
||||
|
||||
function rePatch() {
|
||||
|
||||
Reference in New Issue
Block a user