Clicking "Join" to join a new network now properly closes the popover
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#import "JoinNetworkViewController.h"
|
||||
#import "ServiceCom.h"
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
|
||||
NSString * const JoinedNetworksKey = @"com.zerotier.one.joined-networks";
|
||||
@@ -92,6 +92,8 @@ NSString * const JoinedNetworksKey = @"com.zerotier.one.joined-networks";
|
||||
[self.values removeLastObject];
|
||||
}
|
||||
}
|
||||
|
||||
[self.appDelegate closeJoinNetworkPopover];
|
||||
}
|
||||
|
||||
// NSComboBoxDelegate methods
|
||||
|
||||
Reference in New Issue
Block a user