mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
[client,mac] Enable secure restorable state
This commit is contained in:
committed by
akallabeth
parent
d219ed7179
commit
61d3f1f201
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user