Added background opacity slider to bar settings

This commit is contained in:
MichaelThomas0721 2025-08-17 22:48:41 -04:00
parent ba69ccbf82
commit a4d5a10da9
3 changed files with 41 additions and 1 deletions

View file

@ -39,7 +39,7 @@ Variants {
id: bar
anchors.fill: parent
color: Color.mSurface
color: Qt.rgba(Color.mSurface,Color.mSurface.g,Color.mSurface.b,Settings.data.bar.backgroundOpacity)
layer.enabled: true
}