From 063ca70c574e5bc326b4e5e7acb6b0cbe8c011a6 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Mon, 17 Nov 2025 08:16:18 -0500 Subject: [PATCH] Autoformat --- Commons/Style.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Commons/Style.qml b/Commons/Style.qml index b27e4e65f..91659e5fa 100644 --- a/Commons/Style.qml +++ b/Commons/Style.qml @@ -104,7 +104,5 @@ Singleton { return Math.round(barHeight * 0.82); } } - readonly property color capsuleColor: Settings.data.bar.showCapsule ? - Qt.alpha(Color.mSurfaceVariant, Settings.data.bar.capsuleOpacity) : - Color.transparent + readonly property color capsuleColor: Settings.data.bar.showCapsule ? Qt.alpha(Color.mSurfaceVariant, Settings.data.bar.capsuleOpacity) : Color.transparent }