From f6eb76aa74d875cf5f0265e95ad0b59ab114681a Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Wed, 12 Nov 2025 21:34:50 -0500 Subject: [PATCH] Wallpapers: hide filenames should default to false --- Commons/Settings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commons/Settings.qml b/Commons/Settings.qml index 1dd2decd..d1a8ae17 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -262,7 +262,7 @@ Singleton { property real transitionEdgeSmoothness: 0.05 property list monitors: [] property string panelPosition: "follow_bar" - property bool hideWallpaperFilenames: true + property bool hideWallpaperFilenames: false } // applauncher