formatting

This commit is contained in:
quadbyte 2025-08-10 21:37:04 -04:00
parent 2325943c66
commit d6d9350bff
2 changed files with 0 additions and 2 deletions

View file

@ -23,6 +23,5 @@ NClock {
onClicked: function () { onClicked: function () {
tooltip.hide() tooltip.hide()
calendar.isLoaded = !calendar.isLoaded calendar.isLoaded = !calendar.isLoaded
} }
} }

View file

@ -20,7 +20,6 @@ Loader {
// onLoaded: { // onLoaded: {
// console.log("NLoader onLoaded: " + item.toString()); // console.log("NLoader onLoaded: " + item.toString());
// } // }
onActiveChanged: { onActiveChanged: {
if (active && item && item.show) { if (active && item && item.show) {
item.show() item.show()