[Defaults] Do not share phone by default when adding contact
This commit is contained in:
		
							parent
							
								
									5d6eba595d
								
							
						
					
					
						commit
						41298abed8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -245,7 +245,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…
	
	Add table
		
		Reference in a new issue