Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
K0R0L committed Aug 2, 2024
1 parent 0cf8f92 commit 7ec43e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ virtual void OnEvent(NSEditorApi::CAscCefMenuEvent* pRawEvent)
[[NSNotificationCenter defaultCenter] postNotificationName:CEFEventNameCreateTab
object:nil
userInfo:@{
@"action" : !fromRecovery ? @(ASCTabActionOpenLocalRecentFile) : @(ASCTabActionOpenLocalRecentFile),
@"action" : !fromRecovery ? @(ASCTabActionOpenLocalRecentFile) : @(ASCTabActionOpenLocalRecoverFile),
@"active" : @(YES),
@"fileId" : json[@"id"],
@"path" : json[@"path"]
Expand Down

0 comments on commit 7ec43e2

Please sign in to comment.