mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-20 18:48:47 +00:00
fix(StatusNavBarTabButton): don't change checked state implicitly
This commit is contained in:
parent
39f8eae65b
commit
3784845366
@ -38,10 +38,7 @@ StatusIconTabButton {
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
acceptedButtons: Qt.LeftButton | Qt.RightButton
|
||||
onClicked: function (mouse) {
|
||||
statusNavBarTabButton.checked = !statusNavBarTabButton.checked
|
||||
statusNavBarTabButton.clicked(mouse)
|
||||
}
|
||||
onClicked: statusNavBarTabButton.clicked(mouse)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user