aboutsummaryrefslogtreecommitdiff
path: root/qml/pages/SelectQuantityPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/pages/SelectQuantityPage.qml')
-rw-r--r--qml/pages/SelectQuantityPage.qml11
1 files changed, 6 insertions, 5 deletions
diff --git a/qml/pages/SelectQuantityPage.qml b/qml/pages/SelectQuantityPage.qml
index b39f08a..4e1456d 100644
--- a/qml/pages/SelectQuantityPage.qml
+++ b/qml/pages/SelectQuantityPage.qml
@@ -34,11 +34,12 @@ Page {
}
VerticalScrollDecorator {}
-// PullDownMenu {
-// MenuItem {
-// text: "About"
-// }
-// }
+ PullDownMenu {
+ MenuItem {
+ text: "About"
+ onClicked: pageStack.push(Qt.resolvedUrl("AboutPage.qml"))
+ }
+ }
}
}