diff --git a/Easydict/App/AppDelegate.m b/Easydict/App/AppDelegate.m index c1b5bb03b..25f88cc8f 100644 --- a/Easydict/App/AppDelegate.m +++ b/Easydict/App/AppDelegate.m @@ -36,10 +36,10 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { if (!EasydictNewAppManager.shared.enable) { [EZMenuItemManager.shared setup]; + [EZShortcut setup]; + } else { + [Shortcut setupShortcut]; } - - [EZShortcut setup]; - [Shortcut setupShortcut]; [EZWindowManager.shared showMainWindowIfNedded];