fix: lan discovery (#11592)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou 2025-04-28 21:48:14 +08:00 committed by GitHub
parent c9d5e15ac0
commit abde556695
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -501,6 +501,7 @@ class DiscoveredPeersView extends BasePeersView {
Widget build(BuildContext context) {
final widget = super.build(context);
bind.mainLoadLanPeers();
bind.mainDiscover();
return widget;
}
}