mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Calendar is no longer a Widget, moved to Modules/Calendar/Calendar.qml
- Using a NLoader - Got a display bug with DayOfWeekRow!
This commit is contained in:
@@ -17,6 +17,10 @@ Loader {
|
||||
asynchronous: true
|
||||
sourceComponent: content
|
||||
|
||||
// onLoaded: {
|
||||
// console.log("NLoader onLoaded: " + item.toString());
|
||||
// }
|
||||
|
||||
onActiveChanged: {
|
||||
if (active && item && item.show) {
|
||||
item.show()
|
||||
|
||||
Reference in New Issue
Block a user