diff --git a/Packages/vChewing_MainAssembly/Sources/MainAssembly/SessionController/SessionCtl_Menu.swift b/Packages/vChewing_MainAssembly/Sources/MainAssembly/SessionController/SessionCtl_Menu.swift index 8aab80c0..7f4cd51a 100644 --- a/Packages/vChewing_MainAssembly/Sources/MainAssembly/SessionController/SessionCtl_Menu.swift +++ b/Packages/vChewing_MainAssembly/Sources/MainAssembly/SessionController/SessionCtl_Menu.swift @@ -126,9 +126,6 @@ extension SessionCtl { .act(#selector(showSettingsAppKit(_:))) .alternated().nulled(silentMode) } - NSMenu.Item("vChewing Preferences…")? - .act(#selector(showPreferences(_:))) - .nulled(silentMode) NSMenu.Item(verbatim: "Client Manager".localized.withEllipsis)? .act(#selector(showClientListMgr(_:))) .nulled(silentMode) @@ -142,7 +139,7 @@ extension SessionCtl { .nulled(silentMode) NSMenu.Item("About vChewing…")? .act(#selector(showAbout(_:))) - .alternated() + .nulled(silentMode) NSMenu.Item("Uninstall vChewing…")? .act(#selector(selfUninstall(_:))) .nulled(silentMode || !optionKeyPressed)