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:
parent
0838b96702
commit
30b19f7b45
@ -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());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user