Merge pull request #88050 from bruvzg/sec_state

[macOS] Enabled secure restorable state.
This commit is contained in:
Rémi Verschelde 2024-02-07 11:07:09 +01:00
commit 08eaeff640
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@
@implementation GodotApplicationDelegate
- (BOOL)applicationSupportsSecureRestorableState:(NSApplication *)app {
return YES;
}
- (void)forceUnbundledWindowActivationHackStep1 {
// Step 1: Switch focus to macOS SystemUIServer process.
// Required to perform step 2, TransformProcessType will fail if app is already the in focus.