From 9b313e04bace027504a1409b1db36690ba441526 Mon Sep 17 00:00:00 2001 From: pa Date: Sun, 15 Feb 2026 03:17:18 +0900 Subject: [PATCH] tidy settings --- src/localization/en.json | 12 +++++ .../Settings/components/Tabs/AdvancedTab.vue | 54 ++++++++++++++++--- .../components/Tabs/AppearanceTab.vue | 14 +++-- .../Settings/components/Tabs/GeneralTab.vue | 35 +----------- 4 files changed, 69 insertions(+), 46 deletions(-) diff --git a/src/localization/en.json b/src/localization/en.json index 39ebc4cf..354503c8 100644 --- a/src/localization/en.json +++ b/src/localization/en.json @@ -629,6 +629,12 @@ "table_density_comfortable": "Comfortable", "table_density_compact": "Compact" }, + "display": { + "header": "Display" + }, + "sorting_tables": { + "header": "Sorting & Tables" + }, "timedate": { "header": "Time/Date", "time_format": "Time Format", @@ -784,6 +790,12 @@ "advanced": { "launch_options": "Launch Options", "vrc_registry_backup": "VRC Registry Backup", + "vrchat_settings": { + "header": "VRChat" + }, + "vrcx_settings": { + "header": "VRCX" + }, "primary_password": { "header": "Primary Password", "description": "Encrypt password (disables auto login)" diff --git a/src/views/Settings/components/Tabs/AdvancedTab.vue b/src/views/Settings/components/Tabs/AdvancedTab.vue index aa332c6c..767e9671 100644 --- a/src/views/Settings/components/Tabs/AdvancedTab.vue +++ b/src/views/Settings/components/Tabs/AdvancedTab.vue @@ -1,14 +1,7 @@