From 82b9a69f4280298eadd955627d2f70fd43fcd822 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Wed, 13 Aug 2025 13:26:53 -0400 Subject: [PATCH] Settings: really hide the misc tab --- Modules/Settings/SettingsPanel.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/Settings/SettingsPanel.qml b/Modules/Settings/SettingsPanel.qml index e0d9d30..c5c8f2b 100644 --- a/Modules/Settings/SettingsPanel.qml +++ b/Modules/Settings/SettingsPanel.qml @@ -96,7 +96,7 @@ NLoader { }, { "id": root.tabsIds.NETWORK, "label": "Network", - "icon": "wifi", + "icon": "lan", "source": "Tabs/Network.qml" }, { "id": root.tabsIds.AUDIO, @@ -258,7 +258,7 @@ NLoader { NText { text: modelData.label color: selected ? Colors.onAccent : (tabItem.hovering ? Colors.onAccent : Colors.textPrimary) - font.pointSize: Style.fontSizeLarge * scaling + font.pointSize: Style.fontSizeMedium * scaling font.weight: Style.fontWeightBold Layout.fillWidth: true } @@ -336,7 +336,7 @@ NLoader { Tabs.Display {} Tabs.Wallpaper {} Tabs.WallpaperSelector {} - Tabs.Misc {} + //Tabs.Misc {} Tabs.About {} } }