Skip to content

Commit

Permalink
[client,mac] Enable secure restorable state
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman authored and akallabeth committed May 4, 2024
1 parent d219ed7 commit 61d3f1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/Mac/cli/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ - (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender
return YES;
}

- (BOOL)applicationSupportsSecureRestorableState:(NSApplication *)app
{
return YES;
}

- (int)ParseCommandLineArguments
{
int i;
Expand Down

0 comments on commit 61d3f1f

Please sign in to comment.