Skip to content

Commit

Permalink
fix: resolve warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed May 9, 2024
1 parent fc64b7d commit 92611f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/App/EasydictApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ struct EasydictApp: App {
}
}
}

Settings {
SettingView().environmentObject(languageState).environment(
\.locale,
Expand Down
1 change: 1 addition & 0 deletions Easydict/objc/ViewController/View/Titlebar/EZTitlebar.m
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ - (NSMenu *)quickActionMenu {
NSLocalizedString(@"replace_newline_with_space", nil);
NSLocalizedString(@"remove_code_comment_symbols", nil);
NSLocalizedString(@"split_words", nil);
NSLocalizedString(@"go_to_settings", nil);
*/
];

Expand Down

0 comments on commit 92611f4

Please sign in to comment.