diff --git a/Easydict/App/EasydictApp.swift b/Easydict/App/EasydictApp.swift index 3f05f92bf..aaa7d53b8 100644 --- a/Easydict/App/EasydictApp.swift +++ b/Easydict/App/EasydictApp.swift @@ -73,7 +73,7 @@ struct EasydictApp: App { } } } - + Settings { SettingView().environmentObject(languageState).environment( \.locale, diff --git a/Easydict/objc/ViewController/View/Titlebar/EZTitlebar.m b/Easydict/objc/ViewController/View/Titlebar/EZTitlebar.m index 031a1f1f3..af7098b55 100644 --- a/Easydict/objc/ViewController/View/Titlebar/EZTitlebar.m +++ b/Easydict/objc/ViewController/View/Titlebar/EZTitlebar.m @@ -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); */ ];