Hotfix: wallpaper was not set on startup.
This commit is contained in:
parent
5f1f3dce4a
commit
e3f50c0ce2
4 changed files with 10 additions and 11 deletions
|
|
@ -16,6 +16,13 @@ Singleton {
|
|||
}
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: WallpaperService
|
||||
function onWallpaperChanged(screenName, path) {
|
||||
executeWallpaperHook(path, screenName)
|
||||
}
|
||||
}
|
||||
|
||||
// Execute wallpaper change hook
|
||||
function executeWallpaperHook(wallpaperPath, screenName) {
|
||||
if (!Settings.data.hooks?.enabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue