mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
NIconButton: hide tooltip when clicking the icon
This commit is contained in:
@@ -65,6 +65,9 @@ Rectangle {
|
||||
}
|
||||
onClicked: {
|
||||
root.onClicked()
|
||||
if (tooltipText) {
|
||||
tooltip.hide()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user