diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-04-01 11:54:12 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-04-01 11:54:12 +0200 |
| commit | ed9025f03aa6fcbf720f4e022f3594c85de0a385 (patch) | |
| tree | e8ce6b3cd42a74172ba69eb6d9aa6ed31ccde8f8 /demo/Main.qml | |
| parent | f3beb1624c24012c246d17a40c4e10c1c6b3b5b5 (diff) | |
| download | BobinkQtOpcUa-ed9025f03aa6fcbf720f4e022f3594c85de0a385.tar.gz BobinkQtOpcUa-ed9025f03aa6fcbf720f4e022f3594c85de0a385.zip | |
Diffstat (limited to 'demo/Main.qml')
| -rw-r--r-- | demo/Main.qml | 2 |
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() { |
