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
|
|
@ -286,11 +286,6 @@ Singleton {
|
|||
// Emit signal for this specific wallpaper change
|
||||
root.wallpaperChanged(screenName, path)
|
||||
|
||||
// Execute wallpaper change hook after the change is complete
|
||||
if (HooksService) {
|
||||
HooksService.executeWallpaperHook(path, screenName)
|
||||
}
|
||||
|
||||
// Restart the random wallpaper timer
|
||||
if (randomWallpaperTimer.running) {
|
||||
randomWallpaperTimer.restart()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue