summaryrefslogtreecommitdiff
path: root/app/qml/pages/WatchInfo.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/qml/pages/WatchInfo.qml')
-rw-r--r--app/qml/pages/WatchInfo.qml32
1 files changed, 16 insertions, 16 deletions
diff --git a/app/qml/pages/WatchInfo.qml b/app/qml/pages/WatchInfo.qml
index 94445fb..69a916c 100644
--- a/app/qml/pages/WatchInfo.qml
+++ b/app/qml/pages/WatchInfo.qml
@@ -46,22 +46,6 @@ Page {
Label {
text: new Date(pebbled.info.bootloader * 1000).toLocaleString(Qt.locale(), Locale.ShortFormat)
}
-
- Label {
- color: Theme.highlightColor
- text: qsTr("Firmware")
- }
- Label {
- text: app.firmwareVersion
- }
-
- Label {
- color: Theme.highlightColor
- text: qsTr("Recovery")
- }
- Label {
- text: app.recoveryVersion
- }
}
Label {
@@ -82,6 +66,22 @@ Page {
Label {
color: Theme.highlightColor
+ text: qsTr("Recovery")
+ }
+ Label {
+ text: app.recoveryVersion
+ }
+
+ Label {
+ color: Theme.highlightColor
+ text: qsTr("Running")
+ }
+ Label {
+ text: app.firmwareVersion
+ }
+
+ Label {
+ color: Theme.highlightColor
text: qsTr("Latest")
}
Label {