PowerMenu wip

This commit is contained in:
quadbyte 2025-08-13 09:03:09 -04:00
parent 94b4a096e7
commit 8663b36ecb
3 changed files with 386 additions and 7 deletions

View file

@ -53,7 +53,7 @@ Singleton {
onLoaded: function () {
Qt.callLater(function () {
if (adapter.wallpaper.current !== "") {
console.log("Settings: Initializing wallpaper to:", adapter.wallpaper.current)
console.log("[Settings] Set current wallpaper")
Wallpapers.setCurrentWallpaper(adapter.wallpaper.current, true)
}
})