mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
@@ -97,9 +97,8 @@ class ServerModel with ChangeNotifier {
|
||||
}
|
||||
final res = await bind.mainCheckClientsLength(length: _clients.length);
|
||||
if (res != null) {
|
||||
// for test
|
||||
// debugPrint("clients not match!");
|
||||
// updateClientState(res);
|
||||
debugPrint("clients not match!");
|
||||
updateClientState(res);
|
||||
}
|
||||
|
||||
updatePasswordModel();
|
||||
|
||||
Reference in New Issue
Block a user