2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-29 21:57:42 +00:00

[Defaults] Pin without sound by default

This commit is contained in:
RadRussianRus 2022-09-11 06:27:46 +03:00 committed by Eric Kotato
parent 0838b96702
commit 30b19f7b45

View File

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