mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 12:53:20 +03:00
@@ -172,6 +172,7 @@ class _PeersViewState extends State<_PeersView> with WindowListener {
|
||||
builder: (context, snapshot) {
|
||||
if (snapshot.hasData) {
|
||||
final peers = snapshot.data!;
|
||||
gFFI.peerTabModel.setCurrentTabCachedPeers(peers);
|
||||
final cards = <Widget>[];
|
||||
for (final peer in peers) {
|
||||
final visibilityChild = VisibilityDetector(
|
||||
|
||||
Reference in New Issue
Block a user