From 61d3f1f201804b31d84565dab024c632ebf4e945 Mon Sep 17 00:00:00 2001 From: Richard Markiewicz Date: Fri, 3 May 2024 11:39:46 -0400 Subject: [PATCH] [client,mac] Enable secure restorable state --- client/Mac/cli/AppDelegate.m | 5 +++++ 1 file changed, 5 insertions(+) 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;