summaryrefslogtreecommitdiff
path: root/app/qml/pages/InstallAppDialog.qml
diff options
context:
space:
mode:
authorPhilipp Andreas <github@smurfy.de>2015-01-14 21:52:36 +0100
committerPhilipp Andreas <github@smurfy.de>2015-01-14 21:52:36 +0100
commit0da3325dcab2ebd419d1d0b1a59428f3201a5732 (patch)
tree6f0b994923e1c1f3ce1b3b1c89301e69a7867997 /app/qml/pages/InstallAppDialog.qml
parent857d9547a9fc4a00c6e621fb54720d047ba90864 (diff)
Working appstore
Diffstat (limited to 'app/qml/pages/InstallAppDialog.qml')
-rw-r--r--app/qml/pages/InstallAppDialog.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/qml/pages/InstallAppDialog.qml b/app/qml/pages/InstallAppDialog.qml
index ecc3d78..4661cf0 100644
--- a/app/qml/pages/InstallAppDialog.qml
+++ b/app/qml/pages/InstallAppDialog.qml
@@ -84,6 +84,10 @@ Dialog {
}
}
+ MenuItem {
+ text: qsTr("Pebble Appstore")
+ onClicked: pageStack.push(Qt.resolvedUrl("AppStorePage.qml"))
+ }
}
currentIndex: -1