mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
add new NSApplicationDelegate method to deal with warning on macOS Sonoma
This commit is contained in:
parent
aa5685c585
commit
5223cbdc18
1 changed files with 4 additions and 0 deletions
|
|
@ -1474,6 +1474,10 @@ namespace Gtk {
|
|||
Gtkmm2ext::Application::instance()->ShouldQuit ();
|
||||
return NSTerminateCancel;
|
||||
}
|
||||
- (BOOL) applicationSupportsSecureRestorableState:(NSApplication *) app
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
@end
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue