commit
620847d2fd
3 changed files with 4 additions and 2 deletions
|
@ -18,7 +18,7 @@ void AtomBrowserMainParts::PreMainMessageLoopStart() {
|
|||
|
||||
// Set our own application delegate.
|
||||
AtomApplicationDelegate* delegate = [[AtomApplicationDelegate alloc] init];
|
||||
[NSApp setDelegate:(id<NSFileManagerDelegate>)delegate];
|
||||
[NSApp setDelegate:delegate];
|
||||
|
||||
brightray::BrowserMainParts::PreMainMessageLoopStart();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue