mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
parent
acea390f3a
commit
15ee46dab4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue