mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-08-15 02:07:54 +08:00
refactor peer tab with model, make it scrollable
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@ -62,7 +62,7 @@ class UserModel {
|
||||
await gFFI.groupModel.reset();
|
||||
userName.value = '';
|
||||
groupName.value = '';
|
||||
statePeerTab.check();
|
||||
gFFI.peerTabModel.check_dynamic_tabs();
|
||||
}
|
||||
|
||||
Future<void> _parseAndUpdateUser(UserPayload user) async {
|
||||
|
Reference in New Issue
Block a user