mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
update idController when create new connection
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -66,6 +66,7 @@ class _ConnectionPageState extends State<ConnectionPage> {
|
||||
_idController.addListener(() {
|
||||
_idEmpty.value = _idController.text.isEmpty;
|
||||
});
|
||||
Get.put<IDTextEditingController>(_idController);
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user