diff --git a/client/Mac/cli/AppDelegate.m b/client/Mac/cli/AppDelegate.m index 7bf63a0f2..4be6bfb1c 100644 --- a/client/Mac/cli/AppDelegate.m +++ b/client/Mac/cli/AppDelegate.m @@ -115,6 +115,11 @@ void mac_set_view_size(rdpContext *context, MRDPView *view); return YES; } +- (BOOL)applicationSupportsSecureRestorableState:(NSApplication *)app +{ + return YES; +} + - (int)ParseCommandLineArguments { int i;