From a6177fe0aa65d5bb2360f3ff5e0dcdcc00aecba6 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Wed, 18 May 2022 14:53:26 +0800 Subject: [PATCH] PrefUI & PrefWindow // Reenable the menu item of Hanyu-Pinyin parser. --- Source/UI/PrefUI/suiPrefPaneKeyboard.swift | 2 +- Source/WindowNIBs/Base.lproj/frmPrefWindow.xib | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/UI/PrefUI/suiPrefPaneKeyboard.swift b/Source/UI/PrefUI/suiPrefPaneKeyboard.swift index a5226eb4..fae2960c 100644 --- a/Source/UI/PrefUI/suiPrefPaneKeyboard.swift +++ b/Source/UI/PrefUI/suiPrefPaneKeyboard.swift @@ -54,7 +54,7 @@ struct suiPrefPaneKeyboard: View { Text(LocalizedStringKey("Hsu")).tag(2) Text(LocalizedStringKey("MiTAC")).tag(5) Text(LocalizedStringKey("Fake Seigyou")).tag(6) - // Text(LocalizedStringKey("Hanyu Pinyin with Numeral Intonation")).tag(10) + Text(LocalizedStringKey("Hanyu Pinyin with Numeral Intonation")).tag(10) }.onChange(of: selMandarinParser) { value in mgrPrefs.mandarinParser = value } diff --git a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib index 0d4d9ee2..cf92ce9f 100644 --- a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib +++ b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib @@ -789,6 +789,7 @@ +