Skip to content

Commit

Permalink
Merge branch 'rustdesk:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbo8418 authored Jun 29, 2024
2 parents 418fa81 + a632718 commit 117e39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/lib/common/widgets/dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ void changeBot({Function()? callback}) async {
autofocus: true,
controller: controller,
decoration: InputDecoration(
hintText: translate('Token'), // 使用hintText设置占位符文本
hintText: translate('Token'),
),
);

Expand Down

0 comments on commit 117e39d

Please sign in to comment.