From fc6a787d84de70f8fc7ede782bc7c677a66c136e Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 15 Jan 2026 16:56:58 +0800 Subject: feat: Add log upload service options to LauncherConfig for improved logging flexibility --- ui/src/types/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/src') diff --git a/ui/src/types/index.ts b/ui/src/types/index.ts index 163dc92..09a7d5e 100644 --- a/ui/src/types/index.ts +++ b/ui/src/types/index.ts @@ -35,6 +35,8 @@ export interface LauncherConfig { enable_visual_effects: boolean; active_effect: string; theme: string; + log_upload_service: "paste.rs" | "pastebin.com"; + pastebin_api_key?: string; } export interface JavaInstallation { -- cgit v1.2.3-70-g09d2