summaryrefslogtreecommitdiff
path: root/Home.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-21 09:25:44 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-21 09:25:44 +0800
commit1f0a68bb21826934aabf48a5e627e555ac6ca54f (patch)
treec21e472ae77f913a125bb06ef8525fa5df1d702f /Home.qml
parent552fd78f70ad29490a7536d86a653a43c3c89a5f (diff)
Home initially shows today's task list
Diffstat (limited to 'Home.qml')
-rw-r--r--Home.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Home.qml b/Home.qml
index eb5f321..e07fbf7 100644
--- a/Home.qml
+++ b/Home.qml
@@ -41,4 +41,6 @@ HomeForm {
}
}
}
+
+ contentView.initialItem: Today {}
}