This commit is contained in:
rustdesk 2024-06-29 10:46:21 +08:00
parent 9f72d05749
commit a632718e80

View File

@ -1797,7 +1797,7 @@ void changeBot({Function()? callback}) async {
autofocus: true,
controller: controller,
decoration: InputDecoration(
hintText: translate('Token'), // 使hintText设置占位符文本
hintText: translate('Token'),
),
);