Calendar Panel

This commit is contained in:
quadbyte 2025-08-20 08:52:08 -04:00
parent 57fee68793
commit ece8e210cc
3 changed files with 114 additions and 212 deletions

View file

@ -24,7 +24,7 @@ Rectangle {
}
onEntered: {
if (!calendarPanel.isLoaded) {
if (!calendarPanel.active) {
tooltip.show()
}
}
@ -33,7 +33,7 @@ Rectangle {
}
onClicked: {
tooltip.hide()
calendarPanel.isLoaded = !calendarPanel.isLoaded
calendarPanel.toggle(screen)
}
}
}