mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
more removal of NSMenuDelegate
This commit is contained in:
parent
4730111492
commit
46e9c1195c
2 changed files with 6 additions and 3 deletions
|
@ -43,8 +43,8 @@
|
|||
- (void)quit;
|
||||
- (void)toggleNetwork:(NSMenuItem*)sender;
|
||||
- (void)copyNodeID;
|
||||
- (void)menuWillOpen:(NSMenu*)menu;
|
||||
- (void)menuDidClose:(NSMenu*)menu;
|
||||
|
||||
- (void)closeJoinNetworkPopover;
|
||||
|
||||
- (void)darkModeChanged:(NSNotification*)note;
|
||||
|
||||
|
|
|
@ -192,7 +192,6 @@
|
|||
|
||||
- (void)buildMenu {
|
||||
NSMenu *menu = [[NSMenu alloc] init];
|
||||
menu.delegate = self;
|
||||
|
||||
if(self.status != nil) {
|
||||
NSString *nodeId = @"Node ID: ";
|
||||
|
@ -315,4 +314,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
- (void)closeJoinNetworkPopover {
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue