2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 14:17:45 +00:00

Fix placeholder in chat intro setup.

This commit is contained in:
John Preston
2024-04-02 11:26:18 +04:00
parent 3fc4030ca6
commit e02b60d8fa

View File

@@ -160,7 +160,7 @@ private:
object_ptr<Ui::InputField>(
container,
st::settingsChatIntroField,
tr::lng_chat_intro_enter_title(),
std::move(placeholder),
current),
st::settingsChatIntroFieldMargins);
field->setMaxLength(limit);