Fix reloading UI on updates and restarting steam

This commit is contained in:
AAGaming
2022-12-29 23:46:47 -05:00
parent 8810a014f3
commit 81fbd0f83f
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;
}
}