summaryrefslogtreecommitdiff
path: root/frontend/src/router-hook.tsx
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-07-28 20:25:21 -0400
committerAAGaming <aagaming@riseup.net>2024-08-03 14:04:22 -0400
commit52b40b7d0c175da3e1033b1a621d18a04ac6b1fa (patch)
treed4404ed0323e65287b0ce90251b46b87e06d9424 /frontend/src/router-hook.tsx
parent3cb150b9fbe37d8df001c456d7bef957f5cd92f7 (diff)
downloaddecky-loader-52b40b7d0c175da3e1033b1a621d18a04ac6b1fa.tar.gz
decky-loader-52b40b7d0c175da3e1033b1a621d18a04ac6b1fa.zip
wait for SP to exist before loading plugins when booted in gamepadui mode
Diffstat (limited to 'frontend/src/router-hook.tsx')
-rw-r--r--frontend/src/router-hook.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/router-hook.tsx b/frontend/src/router-hook.tsx
index 98aa6863..cc00643a 100644
--- a/frontend/src/router-hook.tsx
+++ b/frontend/src/router-hook.tsx
@@ -31,7 +31,7 @@ declare global {
}
}
-enum UIMode {
+export enum UIMode {
BigPicture = 4,
Desktop = 7,
}