From da266792df7947e1e972cd8a4bcb257ffb54e522 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Fri, 29 Aug 2025 21:40:43 -0400 Subject: [PATCH] Wallpaper: less login --- Modules/Background/Background.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Modules/Background/Background.qml b/Modules/Background/Background.qml index 5a163f4..8ad1612 100644 --- a/Modules/Background/Background.qml +++ b/Modules/Background/Background.qml @@ -58,8 +58,7 @@ Variants { transitionType = 'fade' } - Logger.log("Background", "Using transition:", transitionType) - + //Logger.log("Background", "Using transition:", transitionType) switch (transitionType) { case "none": setWallpaperImmediate(servicedWallpaper)