mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
fix connect dialog, check controller null
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user