This commit is contained in:
LemmyCook 2025-08-29 09:55:47 -04:00
parent e79c163dd9
commit 861e207fb6
9 changed files with 59 additions and 82 deletions

View file

@ -90,14 +90,9 @@ Singleton {
}
onLoaded: function () {
Qt.callLater(function () {
// Some stuff like wallpaper setup and settings validation should just be executed once on startup
// And not on every reload
// Some stuff like settings validation should just be executed once on startup and not on every reload
if (!isLoaded) {
Logger.log("Settings", "JSON completed loading")
// if (adapter.wallpaper.current !== "") {
// Logger.log("Settings", "Set current wallpaper", adapter.wallpaper.current)
// WallpaperService.setCurrentWallpaper(adapter.wallpaper.current, true)
// }
// Validate monitor configurations, only once
// if none of the configured monitors exist, clear the lists