mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
only changed items in the full network list are updated now
This commit is contained in:
parent
bab75186f5
commit
456c7ca661
4 changed files with 103 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
@interface ShowNetworksViewController : NSViewController<NSTableViewDelegate, NSTableViewDataSource>
|
||||
|
||||
@property (nonatomic) NSArray<Network*> *networkList;
|
||||
@property (nonatomic) NSMutableArray<Network*> *networkList;
|
||||
@property (nonatomic) NetworkMonitor *netMonitor;
|
||||
@property (nonatomic) BOOL visible;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue