Optims: replaced a bunch of Qt.rgba by Qt.alpha

This commit is contained in:
LemmyCook 2025-09-04 11:06:54 -04:00
parent 43bb3bdd0c
commit 7ed4c209fe
5 changed files with 12 additions and 16 deletions

View file

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