From 3eb09c5ac0613e8a92fd5f1dbac50b784e605457 Mon Sep 17 00:00:00 2001 From: Mashintime Date: Sat, 13 Jan 2024 10:51:47 -0500 Subject: [PATCH] Remove theme setting from GUI --- gui/config/example.json | 1 - gui/src/components/settings_gui.vue | 39 +---------------------------- gui/src/store/settingsStore.js | 2 -- 3 files changed, 1 insertion(+), 41 deletions(-) diff --git a/gui/config/example.json b/gui/config/example.json index e5f54139..9d9384cd 100644 --- a/gui/config/example.json +++ b/gui/config/example.json @@ -4,7 +4,6 @@ "port": "5000", "spectrum": "waterfall", "wf_theme": 2, - "theme": "default_light", "update_channel": "alpha", "enable_sys_notification": false } diff --git a/gui/src/components/settings_gui.vue b/gui/src/components/settings_gui.vue index bde1a2dc..8f667d2f 100644 --- a/gui/src/components/settings_gui.vue +++ b/gui/src/components/settings_gui.vue @@ -13,44 +13,7 @@ function saveSettings() { }