mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +00:00
[Defaults] Do not share phone by default when adding contact
This commit is contained in:
parent
8b6f789129
commit
fd6ec081d0
@ -267,7 +267,7 @@ void Controller::setupSharePhoneNumber() {
|
|||||||
object_ptr<Ui::Checkbox>(
|
object_ptr<Ui::Checkbox>(
|
||||||
_box,
|
_box,
|
||||||
tr::lng_contact_share_phone(tr::now),
|
tr::lng_contact_share_phone(tr::now),
|
||||||
true,
|
false,
|
||||||
st::defaultBoxCheckbox),
|
st::defaultBoxCheckbox),
|
||||||
st::addContactWarningMargin);
|
st::addContactWarningMargin);
|
||||||
_box->addRow(
|
_box->addRow(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user