Fix secure restore state runtime warning from cocoa being printed to stderr

This commit is contained in:
Kovid Goyal
2023-10-03 11:23:56 +05:30
parent 450aa59303
commit 4c37fff496

View File

@@ -308,6 +308,10 @@ static NSDictionary<NSString*,NSNumber*> *global_shortcuts = nil;
return NSTerminateCancel;
}
- (BOOL)applicationSupportsSecureRestorableState:(NSApplication *)app {
return YES;
}
static GLFWapplicationshouldhandlereopenfun handle_reopen_callback = NULL;
- (BOOL)applicationShouldHandleReopen:(NSApplication *)sender hasVisibleWindows:(BOOL)flag