diff options
Diffstat (limited to 'pages/Home.qml')
-rw-r--r-- | pages/Home.qml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pages/Home.qml b/pages/Home.qml deleted file mode 100644 index 533b1b8..0000000 --- a/pages/Home.qml +++ /dev/null @@ -1,7 +0,0 @@ -import QtQuick 2.12 - -HomeForm { - width: stackView.width - height: stackView.height - menuButton.onClicked: drawer.visible = !drawer.visible -} |