From 25ef712cba05f777a1bf2086826fd0716249893a Mon Sep 17 00:00:00 2001 From: molan-git <59296158+molan-git@users.noreply.github.com> Date: Mon, 27 Apr 2020 17:14:03 +0200 Subject: [PATCH] Added contributor and fixes Writing fix in "Development and maintenance" and added translation contributors for Chinese and Spanish. --- qml/pages/Settings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/pages/Settings.qml b/qml/pages/Settings.qml index aafccae..0123e0d 100644 --- a/qml/pages/Settings.qml +++ b/qml/pages/Settings.qml @@ -29,7 +29,7 @@ Page { icon.source: Logic.conf['login'] ? "image://theme/icon-m-people" : "image://theme/icon-m-add" - onCheckedChanged: { + onCheckedChanged: { remorsePopup.execute(removeAccount.text, function() { busy = true; checked = false;