mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
qmlformat
This commit is contained in:
@@ -17,12 +17,12 @@ NClock {
|
||||
visible: false
|
||||
}
|
||||
|
||||
onEntered: function (){
|
||||
onEntered: function () {
|
||||
if (!calendar.visible) {
|
||||
tooltip.show()
|
||||
}
|
||||
}
|
||||
onExited: function (){
|
||||
onExited: function () {
|
||||
tooltip.hide()
|
||||
}
|
||||
onClicked: function () {
|
||||
|
||||
Reference in New Issue
Block a user