diff --git a/Modules/Background/Overview.qml b/Modules/Background/Overview.qml index b471174e..7aa67240 100644 --- a/Modules/Background/Overview.qml +++ b/Modules/Background/Overview.qml @@ -21,10 +21,6 @@ Variants { if (modelData) { Logger.log("Overview", "Loading Overview component for Niri on", modelData.name) } - updateWallpaper() - } - - function updateWallpaper() { wallpaper = modelData ? WallpaperService.getWallpaper(modelData.name) : "" } @@ -37,15 +33,6 @@ Variants { } } } - - Connections { - target: WallpaperService - function onIsInitializedChanged() { - if (WallpaperService.isInitialized) { - updateWallpaper() - } - } - } color: Color.transparent screen: modelData