From abab766cd77280971fc09f8ee0606a2cdbb68cdd Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 27 Feb 2021 18:52:31 +0300 Subject: ConfigurePage: stop I/O before configuring --- qml/ConfigurePage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/ConfigurePage.qml b/qml/ConfigurePage.qml index f22b2c8..58331ed 100644 --- a/qml/ConfigurePage.qml +++ b/qml/ConfigurePage.qml @@ -30,6 +30,7 @@ Kirigami.Page { text: "Login" onClicked: { console.log("Login") + configurePage.context.stopIo() configurePage.context.setConfig("addr", addressField.text) configurePage.context.setConfig("mail_pw", passwordField.text) configurePage.context.configure() -- cgit v1.2.3-70-g09d2