From f9ae1336ce46a47966f9462a3035c25cf1dd9bab Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 18 May 2021 21:31:17 +0300 Subject: Fix a typo in "dcAccounts.stopIo()" --- qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/main.qml b/qml/main.qml index a4b8b09..c689196 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -23,7 +23,7 @@ Kirigami.ApplicationWindow { if (checked) { dcAccounts.startIo() } else { - dcAccouts.stopIo() + dcAccounts.stopIo() } } } -- cgit v1.2.3-54-g00ecf