fix(StatusNavBarTabButton): ensure click signal is emitted when not menu is provided

This commit is contained in:
Pascal Precht 2021-06-11 14:11:00 +02:00 committed by Michał Cieślak
parent 7d96ad02ca
commit 1c0c4fdd21

View File

@ -53,8 +53,8 @@ StatusIconTabButton {
statusNavBarTabButton.highlighted = true
let btnWidth = statusNavBarTabButton.width
popupMenuSlot.item.popup(parent.x + btnWidth + 4, parent.y - 2)
return
}
return
}
statusNavBarTabButton.clicked(mouse)
}