mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
flutter_desktop: debug win cursor
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -77,7 +77,9 @@ class UserModel {
|
||||
return "";
|
||||
}
|
||||
final m = jsonDecode(userInfo);
|
||||
userName.value = m['name'] ?? '';
|
||||
if (m != null) {
|
||||
userName.value = m['name'] ?? '';
|
||||
}
|
||||
return userName.value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user