Part of #21421: refactor MAX_SERVER_DESCRIPTION_LENGTH

This commit is contained in:
Claudio Tiecher 2024-03-28 16:19:14 +01:00
parent 1ae4400c95
commit e6084b7fa4
1 changed files with 4 additions and 0 deletions

View File

@ -101,7 +101,11 @@ static Widget _windowServerStartWidgets[] = {
WindowStartTextbox(*this, widgetIndex, _name, 64);
break;
case WIDX_DESCRIPTION_INPUT:
<<<<<<< HEAD
WindowStartTextbox(*this, widgetIndex, _description, kMaxServerDescriptionLength);
=======
WindowStartTextbox(*this, widgetIndex, STR_STRING, _description, kMaxServerDescriptionLength);
>>>>>>> 79cae5d70 (Part of #21421: refactor MAX_SERVER_DESCRIPTION_LENGTH)
break;
case WIDX_GREETING_INPUT:
WindowStartTextbox(*this, widgetIndex, _greeting, kChatInputSize);