2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-29 13:47:47 +00:00

Do not share phone number by default

Taken from TDesktop-x64/tdesktop.
This commit is contained in:
RadRussianRus 2020-07-02 09:04:29 +03:00
parent 77ae87add7
commit 24b459f941

View File

@ -250,7 +250,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(