mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
chore: disable phone sharing by default when adding contacts
This commit is contained in:
@@ -783,7 +783,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(
|
||||||
|
|||||||
Reference in New Issue
Block a user