From 41457eb4be1055b5bf694b0a27d9a279ee49065f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 21 Nov 2017 16:53:23 +0100 Subject: Show the host not found error dialog on connection error as well. --- framework/qml/Notifications.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/qml') 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 { property string loginError: "loginError" property string hostNotFoundError: "hostNotFoundError" + property string connectionError: "connectionError" } -- cgit v1.2.3