From 52b40b7d0c175da3e1033b1a621d18a04ac6b1fa Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sun, 28 Jul 2024 20:25:21 -0400 Subject: wait for SP to exist before loading plugins when booted in gamepadui mode --- frontend/src/router-hook.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/router-hook.tsx') 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, } -- cgit v1.2.3