uiux: remove active checked state from StatusIconTabButton

Closes #1618
This commit is contained in:
Pascal Precht 2021-01-14 12:44:43 +01:00 committed by Iuri Matias
parent 61e5bcb24b
commit e82b0b194d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ TabButton {
}
background: Rectangle {
color: hovered || checked ? Style.current.secondaryBackground : "transparent"
color: hovered ? Style.current.secondaryBackground : "transparent"
radius: control.width / 2
}
}