mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix placeholder in chat intro setup.
This commit is contained in:
parent
3fc4030ca6
commit
e02b60d8fa
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ private:
|
||||||
object_ptr<Ui::InputField>(
|
object_ptr<Ui::InputField>(
|
||||||
container,
|
container,
|
||||||
st::settingsChatIntroField,
|
st::settingsChatIntroField,
|
||||||
tr::lng_chat_intro_enter_title(),
|
std::move(placeholder),
|
||||||
current),
|
current),
|
||||||
st::settingsChatIntroFieldMargins);
|
st::settingsChatIntroFieldMargins);
|
||||||
field->setMaxLength(limit);
|
field->setMaxLength(limit);
|
||||||
|
|
Loading…
Add table
Reference in a new issue