ctlIME // Enable PrefUI on macOS 10.15 Catalina.

This commit is contained in:
ShikiSuen 2022-08-11 12:56:51 +08:00
parent b85470f5f9
commit e38eafd04c
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ extension ctlInputMethod {
// MARK: - IME Menu Items // MARK: - IME Menu Items
@objc override func showPreferences(_: Any?) { @objc override func showPreferences(_: Any?) {
if #available(macOS 11.0, *) { if #available(macOS 10.15, *) {
NSApp.setActivationPolicy(.accessory) NSApp.setActivationPolicy(.accessory)
ctlPrefUI.shared.controller.show(preferencePane: Preferences.PaneIdentifier(rawValue: "General")) ctlPrefUI.shared.controller.show(preferencePane: Preferences.PaneIdentifier(rawValue: "General"))
ctlPrefUI.shared.controller.window?.level = .floating ctlPrefUI.shared.controller.window?.level = .floating