mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +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 = "";
|
||||
amountTextField.text = "";
|
||||
optionalMessage.text = "";
|
||||
sendPubliclyCheckbox.checked = false;
|
||||
sendPubliclyCheckbox.checked = Settings.getValue("sendMoneyNearbyPublicly", true);
|
||||
sendMoneyStep.referrer = "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue