add new NSApplicationDelegate method to deal with warning on macOS Sonoma

This commit is contained in:
Paul Davis 2025-06-12 12:06:39 -06:00
parent aa5685c585
commit 5223cbdc18

View file

@ -1474,6 +1474,10 @@ namespace Gtk {
Gtkmm2ext::Application::instance()->ShouldQuit ();
return NSTerminateCancel;
}
- (BOOL) applicationSupportsSecureRestorableState:(NSApplication *) app
{
return YES;
}
@end
static void