diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2015-04-17 15:59:39 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2015-04-17 15:59:39 +0200 |
| commit | 8bb7a35eedd431f707ca6fb9134c35bace8e4b24 (patch) | |
| tree | b9ee5787397604c198b5630197e995219203518d /app/qml/pages/WatchInfo.qml | |
| parent | 453e9ea4ea8d56ad84c2329cb95f1dfed279be95 (diff) | |
Disclaimer page
Diffstat (limited to 'app/qml/pages/WatchInfo.qml')
| -rw-r--r-- | app/qml/pages/WatchInfo.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/qml/pages/WatchInfo.qml b/app/qml/pages/WatchInfo.qml index 69a916c..af4a740 100644 --- a/app/qml/pages/WatchInfo.qml +++ b/app/qml/pages/WatchInfo.qml @@ -96,7 +96,7 @@ Page { right: parent.right margins: Theme.paddingLarge * 2 } - onClicked: pageStack.push(Qt.resolvedUrl("FirmwareUpgrade.qml")) + onClicked: pageStack.push(Qt.resolvedUrl(donate.active ? "FirmwareUpgrade.qml" : "Disclaimer.qml")) } } } |
