diff --git a/MacSymbolicator/Controllers/AppDelegate.swift b/MacSymbolicator/Controllers/AppDelegate.swift index 96b9bee..bf1b037 100644 --- a/MacSymbolicator/Controllers/AppDelegate.swift +++ b/MacSymbolicator/Controllers/AppDelegate.swift @@ -32,4 +32,9 @@ class AppDelegate: NSObject, NSApplicationDelegate { } return true } + + func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool { + return true + } + }