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

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;
}
}