diff --git a/client/Mac/cli/AppDelegate.m b/client/Mac/cli/AppDelegate.m index 7bf63a0f2cf8..4be6bfb1c070 100644 --- a/client/Mac/cli/AppDelegate.m +++ b/client/Mac/cli/AppDelegate.m @@ -115,6 +115,11 @@ - (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender return YES; } +- (BOOL)applicationSupportsSecureRestorableState:(NSApplication *)app +{ + return YES; +} + - (int)ParseCommandLineArguments { int i;