[Defaults] Pin without sound by default

This commit is contained in:
Eric Kotato 2022-09-11 06:27:46 +03:00 committed by Eric Kotato
parent fd6ec081d0
commit 305827ff30

View file

@ -75,7 +75,7 @@ void PinMessageBox(
auto object = object_ptr<Ui::Checkbox>(
box,
tr::lng_pinned_notify(tr::now),
true,
false,
st::urlAuthCheckbox);
object->setAllowTextLines();
state->notify = Ui::MakeWeak(object.data());