summaryrefslogtreecommitdiff
path: root/frontend/src/tabs-hook.tsx
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-12-29 23:46:47 -0500
committerAAGaming <aa@mail.catvibers.me>2022-12-29 23:46:47 -0500
commit81fbd0f83f11d5074bb945f0f6d7b6508e9d32d7 (patch)
tree903c9af9311afd82690ecf5b7577c9591cacc3cf /frontend/src/tabs-hook.tsx
parent8810a014f3e1783c9b6c1ac2d1b83a0f5c38af10 (diff)
downloaddecky-loader-81fbd0f83f11d5074bb945f0f6d7b6508e9d32d7.tar.gz
decky-loader-81fbd0f83f11d5074bb945f0f6d7b6508e9d32d7.zip
Fix reloading UI on updates and restarting steam
Diffstat (limited to 'frontend/src/tabs-hook.tsx')
-rw-r--r--frontend/src/tabs-hook.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/tabs-hook.tsx b/frontend/src/tabs-hook.tsx
index 00adf206..d9c76ca6 100644
--- a/frontend/src/tabs-hook.tsx
+++ b/frontend/src/tabs-hook.tsx
@@ -7,7 +7,6 @@ import Logger from './logger';
declare global {
interface Window {
__TABS_HOOK_INSTANCE: any;
- securitystore: any;
}
}