mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-11 17:59:15 +08:00
Merge pull request #3767 from fufesou/fix/check_text_controller
fix connect dialog, check controller null
This commit is contained in:
commit
12a5a7cf8c
@ -541,7 +541,7 @@ _connectDialog(
|
|||||||
controller: passwordController,
|
controller: passwordController,
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
),
|
),
|
||||||
usernameController == null || usernameController == null
|
usernameController == null || peerPasswordController == null
|
||||||
? Offstage()
|
? Offstage()
|
||||||
: const Divider(),
|
: const Divider(),
|
||||||
peerPasswordController == null
|
peerPasswordController == null
|
||||||
|
Loading…
Reference in New Issue
Block a user