mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix placeholder in chat intro setup.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user