mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-21 21:30:41 +08:00
unify name
This commit is contained in:
parent
bdc5cded22
commit
56c8e00b8b
@ -126,7 +126,7 @@ class GroupModel {
|
|||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
groupName.value = data['name'] ?? '';
|
groupName.value = data['name'] ?? '';
|
||||||
groupId.value = data['id'] ?? '';
|
groupId.value = data['guid'] ?? '';
|
||||||
return groupId.value.isNotEmpty && groupName.isNotEmpty;
|
return groupId.value.isNotEmpty && groupName.isNotEmpty;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
debugPrint('$e');
|
debugPrint('$e');
|
||||||
|
Loading…
Reference in New Issue
Block a user