mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-25 13:19:04 +08:00
fix mobile
This commit is contained in:
parent
b6f6b094de
commit
3d49dbc60d
@ -93,7 +93,7 @@ class _RemotePageState extends State<RemotePage> {
|
||||
} else if (type == 'input-password') {
|
||||
enterPasswordDialog(id, context);
|
||||
} else {
|
||||
var hasRetry = evt['hasRetry'];
|
||||
var hasRetry = evt['hasRetry'] == 'true';
|
||||
showMsgBox(type, title, text, hasRetry);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user