mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
fix: mobile, query onlines, on active (#8796)
* fix: mobile, query onlines, on active Signed-off-by: dignow <linlong1265@gmail.com> * Update peer_tab_page.dart --------- Signed-off-by: dignow <linlong1265@gmail.com> Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
This commit is contained in:
parent
2ffc2ad85b
commit
614086a216
3 changed files with 35 additions and 14 deletions
|
@ -384,7 +384,7 @@ class FfiModel with ChangeNotifier {
|
|||
} else if (name == 'use_texture_render') {
|
||||
_handleUseTextureRender(evt, sessionId, peerId);
|
||||
} else {
|
||||
debugPrint('Unknown event name: $name');
|
||||
debugPrint('Event is not handled in the fixed branch: $name');
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue