allow DNS field for mac UI

This commit is contained in:
Grant Limberg 2020-09-18 09:30:43 -07:00
parent 04f6140da6
commit e7dafb3ae6
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
12 changed files with 195 additions and 132 deletions

View file

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