Revert "Background: revert to old version which fixed the RAM issue"

This reverts commit b391d03967.
This commit is contained in:
Ly-sec
2025-10-03 14:49:31 +02:00
parent b391d03967
commit d2a5150f10
5 changed files with 91 additions and 126 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ Variants {
delegate: Loader {
required property ShellScreen modelData
active: CompositorService.isNiri && CompositorService.niriOverviewActive && modelData && Settings.data.wallpaper.enabled
active: CompositorService.isNiri && modelData && Settings.data.wallpaper.enabled
property string wallpaper: ""
@@ -37,7 +37,7 @@ Variants {
}
}
}
Connections {
target: WallpaperService
function onIsInitializedChanged() {