summaryrefslogtreecommitdiffstats
path: root/framework/qml/Notifications.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-25 13:53:53 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-25 14:03:13 +0100
commitffefff6c6ed10c9992c9de7fa4f99a30f1f99901 (patch)
treef684deccb992a2e9c57682e29cc8ece452af24a7 /framework/qml/Notifications.qml
parent27ab6710b6626517d1386cd90ca9065d3d36f370 (diff)
downloadkube-ffefff6c6ed10c9992c9de7fa4f99a30f1f99901.tar.gz
kube-ffefff6c6ed10c9992c9de7fa4f99a30f1f99901.zip
Only display one error when failing to send a mail.
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 18f2a68a..1593f416 100644
--- a/framework/qml/Notifications.qml
+++ b/framework/qml/Notifications.qml
@@ -28,5 +28,6 @@ Item {
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 property string connectionError: "connectionError"
31 property string transmissionError: "transmissionError"
31} 32}
32 33