mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +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,
|
||||
autoFocus: false,
|
||||
),
|
||||
usernameController == null || usernameController == null
|
||||
usernameController == null || peerPasswordController == null
|
||||
? Offstage()
|
||||
: const Divider(),
|
||||
peerPasswordController == null
|
||||
|
||||
Reference in New Issue
Block a user