summaryrefslogtreecommitdiffstats
path: root/framework/qml/Notifications.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-21 16:53:23 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-22 16:45:27 +0100
commit41457eb4be1055b5bf694b0a27d9a279ee49065f (patch)
tree22d4953856ede6b123c9bd32e6e2706f3a0e6a56 /framework/qml/Notifications.qml
parent76f88cf7ae2688ac3d1b4ff118cfbc78d9555112 (diff)
downloadkube-41457eb4be1055b5bf694b0a27d9a279ee49065f.tar.gz
kube-41457eb4be1055b5bf694b0a27d9a279ee49065f.zip
Show the host not found error dialog on connection error as well.
Diffstat (limited to 'framework/qml/Notifications.qml')
-rw-r--r--framework/qml/Notifications.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Notifications.qml b/framework/qml/Notifications.qml
index 622aca86..18f2a68a 100644
--- a/framework/qml/Notifications.qml
+++ b/framework/qml/Notifications.qml
@@ -27,5 +27,6 @@ Item {
27 27
28 property string loginError: "loginError" 28 property string loginError: "loginError"
29 property string hostNotFoundError: "hostNotFoundError" 29 property string hostNotFoundError: "hostNotFoundError"
30 property string connectionError: "connectionError"
30} 31}
31 32