diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 17:33:30 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 17:33:30 +0200 |
commit | b44a56fdd6cb823de2d444301ae532777f7de6fb (patch) | |
tree | 5436161dd146a0436ec26a4398451f24f675d37c /views/calendar/main.qml | |
parent | 3a4adb790b4d3bef746f5ad88ef073ef821053fa (diff) | |
download | kube-b44a56fdd6cb823de2d444301ae532777f7de6fb.tar.gz kube-b44a56fdd6cb823de2d444301ae532777f7de6fb.zip |
Avoid autoupdate in testmode
Diffstat (limited to 'views/calendar/main.qml')
-rw-r--r-- | views/calendar/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/calendar/main.qml b/views/calendar/main.qml index e8cd9c4d..e72d4941 100644 --- a/views/calendar/main.qml +++ b/views/calendar/main.qml | |||
@@ -144,5 +144,6 @@ ApplicationWindow { | |||
144 | View { | 144 | View { |
145 | anchors.fill: parent | 145 | anchors.fill: parent |
146 | currentDate: "2018-04-09" | 146 | currentDate: "2018-04-09" |
147 | autoUpdateDate: false | ||
147 | } | 148 | } |
148 | } | 149 | } |