Add WallpaperSelector, add some scrolling in SettingsWindow

This commit is contained in:
Ly-sec
2025-08-12 17:26:23 +02:00
parent eff47f504f
commit 8155ef20eb
14 changed files with 1451 additions and 674 deletions
+8 -1
View File
@@ -46,7 +46,13 @@ NLoader {
"label": "Wallpaper",
"icon": "image",
"source": "Tabs/Wallpaper.qml"
}, {
},
{
"label": "Wallpaper Selector",
"icon": "wallpaper_slideshow",
"source": "Tabs/WallpaperSelector.qml"
},
{
"label": "Misc",
"icon": "more_horiz",
"source": "Tabs/Misc.qml"
@@ -207,6 +213,7 @@ NLoader {
Tabs.Network {}
Tabs.Display {}
Tabs.Wallpaper {}
Tabs.WallpaperSelector {}
Tabs.Misc {}
Tabs.About {}
}