summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/qml/pages/AppConfigDialog.qml16
-rw-r--r--app/translations/pebble-es.ts2
-rw-r--r--app/translations/pebble.ts2
3 files changed, 18 insertions, 2 deletions
diff --git a/app/qml/pages/AppConfigDialog.qml b/app/qml/pages/AppConfigDialog.qml
index 65a1f5b..92f188f 100644
--- a/app/qml/pages/AppConfigDialog.qml
+++ b/app/qml/pages/AppConfigDialog.qml
@@ -33,6 +33,22 @@ Dialog {
request.action = WebView.AcceptRequest;
}
}
+
+ VerticalScrollDecorator { flickable: webview }
+ }
+
+ ProgressBar {
+ anchors {
+ left: parent.left
+ right: parent.right
+ bottom: parent.bottom
+ }
+
+ visible: webview.visible && webview.loading
+ minimumValue: 0
+ maximumValue: 100
+ indeterminate: webview.loadProgress === 0
+ value: webview.loadProgress
}
Text {
diff --git a/app/translations/pebble-es.ts b/app/translations/pebble-es.ts
index 7332e4c..3a8da7d 100644
--- a/app/translations/pebble-es.ts
+++ b/app/translations/pebble-es.ts
@@ -22,7 +22,7 @@
<context>
<name>AppConfigDialog</name>
<message>
- <location filename="../qml/pages/AppConfigDialog.qml" line="41"/>
+ <location filename="../qml/pages/AppConfigDialog.qml" line="57"/>
<source>No configuration settings available</source>
<translation>No hay opciones disponibles para configurar</translation>
</message>
diff --git a/app/translations/pebble.ts b/app/translations/pebble.ts
index 3cc8b6d..0c61f38 100644
--- a/app/translations/pebble.ts
+++ b/app/translations/pebble.ts
@@ -22,7 +22,7 @@
<context>
<name>AppConfigDialog</name>
<message>
- <location filename="../qml/pages/AppConfigDialog.qml" line="41"/>
+ <location filename="../qml/pages/AppConfigDialog.qml" line="57"/>
<source>No configuration settings available</source>
<translation type="unfinished"></translation>
</message>