mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 23:28:52 +00:00
more removal of NSMenuDelegate
This commit is contained in:
parent
4730111492
commit
46e9c1195c
@ -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…
x
Reference in New Issue
Block a user