From 2525b7cb66877479df393b84bba1bd4a76146b45 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 11 Jul 2018 07:28:04 +0200 Subject: Make the calendar work with the current time --- views/calendar/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'views/calendar/main.qml') diff --git a/views/calendar/main.qml b/views/calendar/main.qml index e3915e74..e8cd9c4d 100644 --- a/views/calendar/main.qml +++ b/views/calendar/main.qml @@ -143,5 +143,6 @@ ApplicationWindow { View { anchors.fill: parent + currentDate: "2018-04-09" } } -- cgit v1.2.3