fix(StatusNavBarTabButton): ensure click signal is emitted when not menu is provided
This commit is contained in:
parent
c9bc9bab11
commit
040da2a416
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue