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:
parent
884a981e53
commit
6b347c7f2f
|
@ -53,7 +53,7 @@ struct suiPrefPaneKeyboard: View {
|
||||||
Text(LocalizedStringKey("Hsu")).tag(2)
|
Text(LocalizedStringKey("Hsu")).tag(2)
|
||||||
Text(LocalizedStringKey("MiTAC")).tag(5)
|
Text(LocalizedStringKey("MiTAC")).tag(5)
|
||||||
Text(LocalizedStringKey("Fake Seigyou")).tag(6)
|
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
|
}.onChange(of: selMandarinParser) { value in
|
||||||
mgrPrefs.mandarinParser = value
|
mgrPrefs.mandarinParser = value
|
||||||
}
|
}
|
||||||
|
|
|
@ -759,7 +759,6 @@
|
||||||
<menuItem title="Hsu" tag="2" id="8"/>
|
<menuItem title="Hsu" tag="2" id="8"/>
|
||||||
<menuItem title="MiTAC" tag="5" id="7fV-x8-WHQ"/>
|
<menuItem title="MiTAC" tag="5" id="7fV-x8-WHQ"/>
|
||||||
<menuItem title="Fake Seigyou" tag="6" id="27F-8T-FkQ"/>
|
<menuItem title="Fake Seigyou" tag="6" id="27F-8T-FkQ"/>
|
||||||
<menuItem title="Hanyu Pinyin" tag="10" id="10"/>
|
|
||||||
</items>
|
</items>
|
||||||
</menu>
|
</menu>
|
||||||
<connections>
|
<connections>
|
||||||
|
|
Loading…
Reference in New Issue