mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-10 18:06:01 +02:00
fix: lan discovery (#11592)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
c9d5e15ac0
commit
abde556695
1 changed files with 1 additions and 0 deletions
|
@ -501,6 +501,7 @@ class DiscoveredPeersView extends BasePeersView {
|
|||
Widget build(BuildContext context) {
|
||||
final widget = super.build(context);
|
||||
bind.mainLoadLanPeers();
|
||||
bind.mainDiscover();
|
||||
return widget;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue