Wallpaper: cool fade in transition via shader
This commit is contained in:
parent
61d13a6cab
commit
63e90a5c17
4 changed files with 107 additions and 4 deletions
|
|
@ -163,9 +163,8 @@ Singleton {
|
|||
changeWallpaper(screenName, randomPath)
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
// Pick a random wallpaper for all screens
|
||||
} else {
|
||||
// Pick a random wallpaper common to all screens
|
||||
// We can use any screenName here, so we just pick the primary one.
|
||||
var wallpaperList = getWallpapersList(Screen.name)
|
||||
if (wallpaperList.length > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue