2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-29 13:47:47 +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>(
box,
tr::lng_pinned_notify(tr::now),
true,
false,
st::urlAuthCheckbox);
object->setAllowTextLines();
state->notify = Ui::MakeWeak(object.data());