wallust integration

This commit is contained in:
Zacharias-Brohn
2025-11-13 01:56:43 +01:00
parent 374842b321
commit 52a382b0ad
5 changed files with 43 additions and 8 deletions
+2
View File
@@ -10,6 +10,7 @@ Singleton {
property alias accentColor: adapter.accentColor
property alias wallpaperPath: adapter.wallpaperPath
property alias maxWallpapers: adapter.maxWallpapers
property alias wallust: adapter.wallust
FileView {
id: root
@@ -29,6 +30,7 @@ Singleton {
property string baseBgColor: "#801a1a1a"
property AccentColor accentColor: AccentColor {}
property int maxWallpapers: 7
property bool wallust: false
}
}
}