mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:47:41 +02:00
Fix checkbox
This commit is contained in:
parent
268c12e47a
commit
ce79504f03
1 changed files with 1 additions and 1 deletions
|
@ -1540,7 +1540,7 @@ Item {
|
||||||
sendMoneyStep.selectedRecipientProfilePic = "";
|
sendMoneyStep.selectedRecipientProfilePic = "";
|
||||||
amountTextField.text = "";
|
amountTextField.text = "";
|
||||||
optionalMessage.text = "";
|
optionalMessage.text = "";
|
||||||
sendPubliclyCheckbox.checked = false;
|
sendPubliclyCheckbox.checked = Settings.getValue("sendMoneyNearbyPublicly", true);
|
||||||
sendMoneyStep.referrer = "";
|
sendMoneyStep.referrer = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue