PrefUI & PrefWindow // Reenable the menu item of Hanyu-Pinyin parser.
This commit is contained in:
parent
48d434f087
commit
a6177fe0aa
|
@ -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
|
||||
}
|
||||
|
|
|
@ -789,6 +789,7 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue