Do not share phone number by default
Taken from TDesktop-x64/tdesktop.
This commit is contained in:
parent
77ae87add7
commit
24b459f941
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ void Controller::setupSharePhoneNumber() {
|
|||
object_ptr<Ui::Checkbox>(
|
||||
_box,
|
||||
tr::lng_contact_share_phone(tr::now),
|
||||
true,
|
||||
false,
|
||||
st::defaultBoxCheckbox),
|
||||
st::addContactWarningMargin);
|
||||
_box->addRow(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue