Autoformat

This commit is contained in:
ItsLemmy
2025-11-17 08:16:18 -05:00
parent 48fb52dfe4
commit 063ca70c57

View File

@@ -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
}