From ad323f788515628b456c33f685dad03826cae963 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 17 Aug 2025 06:21:23 +0200 Subject: [PATCH] remove redundant return --- .config/quickshell/ii/modules/background/Background.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/quickshell/ii/modules/background/Background.qml b/.config/quickshell/ii/modules/background/Background.qml index 32fa00b1c..c92ca2765 100644 --- a/.config/quickshell/ii/modules/background/Background.qml +++ b/.config/quickshell/ii/modules/background/Background.qml @@ -251,9 +251,7 @@ Variants { } color: bgRoot.colText style: Text.Raised - visible: { - return (Config.options.background.mantra !== "") - } + visible: Config.options.background.mantra !== "" styleColor: Appearance.colors.colShadow text: Config.options.background.mantra }