Fix reloading UI on updates and restarting steam (#303)

This commit is contained in:
AAGaming
2023-01-07 20:33:28 -05:00
committed by GitHub
parent b8fdff8093
commit b72b327610
9 changed files with 151 additions and 44 deletions
-1
View File
@@ -7,7 +7,6 @@ import Logger from './logger';
declare global {
interface Window {
__TABS_HOOK_INSTANCE: any;
securitystore: any;
}
}