From 778b3a55ab554326d0c439503aca1d70f260f9ca Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Thu, 2 Oct 2025 17:06:47 +0200 Subject: [PATCH] Revert "Overview: potential fix for fallback wallpaper showing after logout/login" This reverts commit 083ca69a054de0d74573e81366c346d87ddf912a. --- Modules/Background/Overview.qml | 13 ------------- 1 file changed, 13 deletions(-) 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