diff --git a/fcitx5-chinese-addons b/fcitx5-chinese-addons index e6e8244..cd099d3 160000 --- a/fcitx5-chinese-addons +++ b/fcitx5-chinese-addons @@ -1 +1 @@ -Subproject commit e6e8244f33463fb63043d1fe3a97dd028021564c +Subproject commit cd099d3d19926c308dc5e2e584f8ee4c6f575064 diff --git a/patches/chinese-addons.patch b/patches/chinese-addons.patch index f3e0611..a4e9608 100644 --- a/patches/chinese-addons.patch +++ b/patches/chinese-addons.patch @@ -24,3 +24,16 @@ index 3522664..a5e0a5d 100644 Option showActualPinyinInPreedit{ this, "PinyinInPreedit", _("Show complete pinyin in preedit"), false}; Option predictionEnabled{this, "Prediction", _("Enable Prediction"), +diff --git a/im/table/ime.h b/im/table/ime.h +index d06a0a2..9175d4f 100644 +--- a/im/table/ime.h ++++ b/im/table/ime.h +@@ -118,7 +118,7 @@ FCITX_CONFIGURATION( + Option preeditCursorPositionAtBeginning{ + this, "PreeditCursorPositionAtBeginning", + _("Fix embedded preedit cursor at the beginning of the preedit"), +- !isAndroid()}; ++ false}; + Option quickphrase{ + this, + "QuickPhraseKey",