summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2023-01-16 09:12:52 -0500
committerAAGaming <aa@mail.catvibers.me>2023-01-16 09:12:52 -0500
commit83680fffa2a73713f6af74752c0a20a2767717ea (patch)
treecd3bf643ee1b7350e2b5e8e8b5825b1a5dcefdd1 /frontend
parentd695b90baf8bb5e62988d39e137604a4aa7b4ff0 (diff)
downloaddecky-loader-83680fffa2a73713f6af74752c0a20a2767717ea.tar.gz
decky-loader-83680fffa2a73713f6af74752c0a20a2767717ea.zip
indicate to DFL that the router has shim applied
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx
index 86dd90e1..f8e1df31 100644
--- a/frontend/src/index.tsx
+++ b/frontend/src/index.tsx
@@ -25,6 +25,7 @@ declare global {
NavigateToInvites: Navigation.NavigateToInvites,
NavigateToLibraryTab: Navigation.NavigateToLibraryTab,
};
+ (Router as unknown as any).deckyShim = true;
Object.assign(Router, shims);
}
} catch (e) {