mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
Clicking "Join" to join a new network now properly closes the popover
This commit is contained in:
parent
c44c3b0530
commit
ed58467d12
3 changed files with 9 additions and 3 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
extern NSString * const JoinedNetworksKey;
|
||||
|
||||
@class AppDelegate;
|
||||
|
||||
@interface JoinNetworkViewController : NSViewController <NSComboBoxDelegate, NSComboBoxDataSource>
|
||||
|
||||
@property (nonatomic, weak) IBOutlet NSComboBox *network;
|
||||
|
@ -18,6 +20,7 @@ extern NSString * const JoinedNetworksKey;
|
|||
@property (nonatomic, weak) IBOutlet NSButton *allowManagedCheckBox;
|
||||
@property (nonatomic, weak) IBOutlet NSButton *allowGlobalCheckBox;
|
||||
@property (nonatomic, weak) IBOutlet NSButton *allowDefaultCheckBox;
|
||||
@property (nonatomic, weak) IBOutlet AppDelegate *appDelegate;
|
||||
|
||||
@property (nonatomic) NSMutableArray<NSString*> *values;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue