mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
@@ -233,7 +233,12 @@ class _ConnectionPageState extends State<ConnectionPage>
|
||||
const SizedBox(
|
||||
width: 17,
|
||||
),
|
||||
Button(onTap: onConnect, text: "Connect"),
|
||||
Button(
|
||||
onTap: () => enterUserLoginAndPasswordDialog(
|
||||
'fdsfd',
|
||||
gFFI.dialogManager,
|
||||
),
|
||||
text: "Connect"),
|
||||
],
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user