@ -12,7 +12,7 @@
@class Network;
@class NodeStatus;
@interface AppDelegate : NSObject <NSApplicationDelegate, NSMenuDelegate>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@property (weak, nonatomic) IBOutlet NSWindow *window;
@ -304,14 +304,6 @@
}
- (void)menuWillOpen:(NSMenu*)menu {
- (void)menuDidClose:(NSMenu*)menu {
- (void)darkModeChanged:(NSNotification*)note {
NSString *osxMode = [[NSUserDefaults standardUserDefaults] stringForKey:@"AppleInterfaceStyle"];