mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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 ();
|
Gtkmm2ext::Application::instance()->ShouldQuit ();
|
||||||
return NSTerminateCancel;
|
return NSTerminateCancel;
|
||||||
}
|
}
|
||||||
|
- (BOOL) applicationSupportsSecureRestorableState:(NSApplication *) app
|
||||||
|
{
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
@end
|
@end
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue