settings: move some settings to new "general" tab

This commit is contained in:
end-4
2025-09-07 22:33:41 +02:00
parent 23f92e0a96
commit 81ebf9cc11
4 changed files with 238 additions and 274 deletions
+6
View File
@@ -28,6 +28,12 @@ ApplicationWindow {
icon: "instant_mix",
component: "modules/settings/QuickConfig.qml"
},
{
name: Translation.tr("General"),
icon: "dashboard",
iconRotation: 180,
component: "modules/settings/GeneralConfig.qml"
},
{
name: Translation.tr("Bar"),
icon: "toast",