Fix up menu

This commit is contained in:
anthony 2020-12-04 20:42:02 +00:00
parent f6c82fd2dd
commit 0d2ac228fc
2 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ static nserror set_defaults(struct nsoption_s *defaults)
-(void)applicationDidFinishLaunching: (NSNotification*)aNotification {
NSLog(@"NSApp did finish launching..");
[NSBundle loadNibNamed: @"Menu" owner: NSApp];
[self didTapNewWindow: self];
}
-(void)didTapNewWindow: (id)sender {