PrefUI & PrefWindow // Disable the menu item of Hanyu-Pinyin parser.

- The Tekkon phonabet combination engine currently does not support Hanyu-Pinyin, hence this commit.
This commit is contained in:
ShikiSuen 2022-05-12 12:55:56 +08:00
parent 9e1b0e0724
commit 792bcb3657
2 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,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
}

View File

@ -759,7 +759,6 @@
<menuItem title="Hsu" tag="2" id="8"/>
<menuItem title="MiTAC" tag="5" id="7fV-x8-WHQ"/>
<menuItem title="Fake Seigyou" tag="6" id="27F-8T-FkQ"/>
<menuItem title="Hanyu Pinyin" tag="10" id="10"/>
</items>
</menu>
<connections>