[client,mac] Enable secure restorable state

This commit is contained in:
Richard Markiewicz 2024-05-03 11:39:46 -04:00 committed by akallabeth
parent d219ed7179
commit 61d3f1f201
1 changed files with 5 additions and 0 deletions

View File

@ -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;