aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/types
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/types')
-rw-r--r--ui/src/types/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/src/types/index.ts b/ui/src/types/index.ts
index 933aab5..fa48075 100644
--- a/ui/src/types/index.ts
+++ b/ui/src/types/index.ts
@@ -30,6 +30,10 @@ export interface LauncherConfig {
width: number;
height: number;
download_threads: number;
+ custom_background_path?: string;
+ enable_gpu_acceleration: boolean;
+ enable_visual_effects: boolean;
+ active_effect: string;
}
export interface JavaInstallation {