Personal noctalia plugins collection

Fix missing todoSyncStatus property

+1
+1
weekly-calendar/Main.qml
··· 25 25 property var taskLists: [] 26 26 property bool todosLoading: false 27 27 property bool showCompletedTodos: false 28 + property string todoSyncStatus: "" 28 29 29 30 property real dayColumnWidth: 120 * Style.uiScaleRatio 30 31 property real allDaySectionHeight: 0 * Style.uiScaleRatio