mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
text
This commit is contained in:
parent
2f3a46db1c
commit
69ede0fb03
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ void enterPasswordDialog(String id, BuildContext context) {
|
||||||
showAlertDialog(
|
showAlertDialog(
|
||||||
context,
|
context,
|
||||||
(setState) => Tuple3(
|
(setState) => Tuple3(
|
||||||
Text('Please enter your password'),
|
Text('Password required'),
|
||||||
Column(mainAxisSize: MainAxisSize.min, children: [
|
Column(mainAxisSize: MainAxisSize.min, children: [
|
||||||
PasswordWidget(controller: controller),
|
PasswordWidget(controller: controller),
|
||||||
CheckboxListTile(
|
CheckboxListTile(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue