mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Revert "Wallpaper: attempt to fix wallpaper bindings on Qt 6.8"
This reverts commit c7ee627110.
This commit is contained in:
@@ -93,13 +93,6 @@ Singleton {
|
||||
return Settings.data.wallpaper.directory
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
function forceRefreshConfig() {
|
||||
var backup = Settings.data.wallpaper.monitors.slice(0)
|
||||
Settings.data.wallpaper.monitors = []
|
||||
Settings.data.wallpaper.monitors = backup
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
// Set specific monitor directory
|
||||
function setMonitorDirectory(screenName, directory) {
|
||||
@@ -113,7 +106,6 @@ Singleton {
|
||||
"wallpaper": ""
|
||||
})
|
||||
}
|
||||
forceRefreshConfig()
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
@@ -136,7 +128,6 @@ Singleton {
|
||||
_setWallpaper(Quickshell.screens[i].name, path)
|
||||
}
|
||||
}
|
||||
forceRefreshConfig()
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user