aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/types
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/types')
-rw-r--r--ui/src/types/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/types/index.ts b/ui/src/types/index.ts
index fa48075..7e2cc67 100644
--- a/ui/src/types/index.ts
+++ b/ui/src/types/index.ts
@@ -34,6 +34,7 @@ export interface LauncherConfig {
enable_gpu_acceleration: boolean;
enable_visual_effects: boolean;
active_effect: string;
+ theme: string;
}
export interface JavaInstallation {