allow DNS field for mac UI
This commit is contained in:
parent
04f6140da6
commit
e7dafb3ae6
12 changed files with 195 additions and 132 deletions
|
@ -30,6 +30,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 NSButton *allowDNSCheckBox;
|
||||
@property (nonatomic, weak) IBOutlet AppDelegate *appDelegate;
|
||||
|
||||
@property (nonatomic) NSMutableArray<NSString*> *values;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue