aboutsummaryrefslogtreecommitdiffstats
path: root/demo/Main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'demo/Main.qml')
-rw-r--r--demo/Main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/Main.qml b/demo/Main.qml
index f0f3674..02bc31e 100644
--- a/demo/Main.qml
+++ b/demo/Main.qml
@@ -38,6 +38,8 @@ ApplicationWindow {
function onConnectionError(message) {
debugConsole.appendLog("Connection error: " + message);
connectionPage.autoConnectFailed = true;
+ certTrustDialog.close();
+ keyPasswordDialog.close();
}
function onDiscoveringChanged() {