We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db9bf2 commit 6245f1cCopy full SHA for 6245f1c
src/rimeengine.h
@@ -54,7 +54,7 @@ FCITX_CONFIGURATION(
54
OptionWithAnnotation<PreeditMode, PreeditModeI18NAnnotation> preeditMode{
55
this, "PreeditMode", _("Preedit Mode"),
56
isAndroid() ? PreeditMode::No : PreeditMode::ComposingText};
57
- Option<SharedStatePolicy> sharedStatePolicy{
+ OptionWithAnnotation<SharedStatePolicy, SharedStatePolicyI18NAnnotation> sharedStatePolicy{
58
this, "InputState", _("Shared Input State"), SharedStatePolicy::All};
59
// On Linux only cursor position is available so this pins candidate window
60
// while typing. On macOS any position within embedded preedit is available
0 commit comments