From 84b429680f19ac736c3a5c7e8db3d934aa7e6791 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 15 Jan 2026 16:57:31 +0800 Subject: feat: Add debug and log upload settings to SettingsView for enhanced user control and customization --- ui/src/components/SettingsView.svelte | 47 +++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) (limited to 'ui') diff --git a/ui/src/components/SettingsView.svelte b/ui/src/components/SettingsView.svelte index 259c0a6..732f857 100644 --- a/ui/src/components/SettingsView.svelte +++ b/ui/src/components/SettingsView.svelte @@ -1,8 +1,11 @@