add settings entries for bg widgets

This commit is contained in:
end-4
2025-11-05 10:15:06 +01:00
parent b1007f2ded
commit 2667751a1c
3 changed files with 476 additions and 410 deletions
+5 -1
View File
@@ -31,7 +31,6 @@ ApplicationWindow {
{
name: Translation.tr("General"),
icon: "browse",
iconRotation: 180,
component: "modules/settings/GeneralConfig.qml"
},
{
@@ -40,6 +39,11 @@ ApplicationWindow {
iconRotation: 180,
component: "modules/settings/BarConfig.qml"
},
{
name: Translation.tr("Background"),
icon: "texture",
component: "modules/settings/BackgroundConfig.qml"
},
{
name: Translation.tr("Interface"),
icon: "bottom_app_bar",