From 651378d4965e1255abd524fd320f375639cd8bca Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 2 May 2025 14:57:59 +1000 Subject: launcher: add content Also use surfaceContainer as background --- config/Appearance.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/Appearance.qml b/config/Appearance.qml index 1a2f059..dcd1308 100644 --- a/config/Appearance.qml +++ b/config/Appearance.qml @@ -59,7 +59,7 @@ Singleton { } component Transparency: QtObject { - readonly property bool enabled: true + readonly property bool enabled: false readonly property real base: 0.78 readonly property real layers: 0.58 } -- cgit v1.2.3-freya