mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 10:05:30 +00:00
Background Wallpaper: attempt to free up memory earlier.
This commit is contained in:
@@ -261,8 +261,12 @@ Variants {
|
||||
// We are interrupting a transition
|
||||
transitionAnimation.stop()
|
||||
transitionProgress = 0
|
||||
currentWallpaper.source = nextWallpaper.source
|
||||
|
||||
const newCurrentSource = nextWallpaper.source
|
||||
currentWallpaper.source = ""
|
||||
nextWallpaper.source = ""
|
||||
|
||||
currentWallpaper.source = newCurrentSource
|
||||
}
|
||||
|
||||
nextWallpaper.source = source
|
||||
|
||||
Reference in New Issue
Block a user