diff options
Diffstat (limited to 'forms')
-rw-r--r-- | forms/HomeForm.ui.qml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/forms/HomeForm.ui.qml b/forms/HomeForm.ui.qml index 7aeea4a..0eb77f0 100644 --- a/forms/HomeForm.ui.qml +++ b/forms/HomeForm.ui.qml @@ -60,15 +60,5 @@ Page { StackView { id: contentView anchors.fill: parent - initialItem: Page { - id: page - title: qsTr("Today") - - Label { - text: qsTr("Load `contentView` here") - anchors.verticalCenter: parent.verticalCenter - anchors.horizontalCenter: parent.horizontalCenter - } - } } } |