mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
Autoformat
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user