Update Settings.qml
This commit is contained in:
parent
f6a3e2438e
commit
b392d5b12c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue