reapply bar corner transparency fix

This commit is contained in:
end-4
2025-07-12 22:37:38 +07:00
parent 271732ed0b
commit 1641425fff
@@ -533,7 +533,6 @@ Scope {
size: Appearance.rounding.screenRounding
color: showBarBackground ? Appearance.colors.colLayer0 : "transparent"
opacity: 1.0 - Appearance.transparency
corner: RoundCorner.CornerEnum.TopLeft
states: State {
@@ -553,7 +552,6 @@ Scope {
}
size: Appearance.rounding.screenRounding
color: showBarBackground ? Appearance.colors.colLayer0 : "transparent"
opacity: 1.0 - Appearance.transparency
corner: RoundCorner.CornerEnum.TopRight
states: State {