mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +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)quit;
|
||||||
- (void)toggleNetwork:(NSMenuItem*)sender;
|
- (void)toggleNetwork:(NSMenuItem*)sender;
|
||||||
- (void)copyNodeID;
|
- (void)copyNodeID;
|
||||||
- (void)menuWillOpen:(NSMenu*)menu;
|
|
||||||
- (void)menuDidClose:(NSMenu*)menu;
|
- (void)closeJoinNetworkPopover;
|
||||||
|
|
||||||
- (void)darkModeChanged:(NSNotification*)note;
|
- (void)darkModeChanged:(NSNotification*)note;
|
||||||
|
|
||||||
|
|
|
@ -192,7 +192,6 @@
|
||||||
|
|
||||||
- (void)buildMenu {
|
- (void)buildMenu {
|
||||||
NSMenu *menu = [[NSMenu alloc] init];
|
NSMenu *menu = [[NSMenu alloc] init];
|
||||||
menu.delegate = self;
|
|
||||||
|
|
||||||
if(self.status != nil) {
|
if(self.status != nil) {
|
||||||
NSString *nodeId = @"Node ID: ";
|
NSString *nodeId = @"Node ID: ";
|
||||||
|
@ -315,4 +314,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void)closeJoinNetworkPopover {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Add table
Reference in a new issue