diff options
author | Peng Wu <alexepico@gmail.com> | 2022-04-11 15:17:54 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2022-04-11 15:25:09 +0800 |
commit | 701dbb101164f608b86354960a5e4d258eed390b (patch) | |
tree | cc590d78a5a5ba2d3c140744003ee9ff8c73c491 /data/com.github.libpinyin.ibus-libpinyin.gschema.xml | |
parent | bfe728057bbb84fd36b4f3867aebb8f4a16f51e2 (diff) | |
download | ibus-libpinyin-701dbb101164f608b86354960a5e4d258eed390b.tar.gz ibus-libpinyin-701dbb101164f608b86354960a5e4d258eed390b.tar.xz ibus-libpinyin-701dbb101164f608b86354960a5e4d258eed390b.zip |
Update com.github.libpinyin.ibus-libpinyin.gschema.xml
Diffstat (limited to 'data/com.github.libpinyin.ibus-libpinyin.gschema.xml')
-rw-r--r-- | data/com.github.libpinyin.ibus-libpinyin.gschema.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/data/com.github.libpinyin.ibus-libpinyin.gschema.xml b/data/com.github.libpinyin.ibus-libpinyin.gschema.xml index 4e77fa6..0394c2c 100644 --- a/data/com.github.libpinyin.ibus-libpinyin.gschema.xml +++ b/data/com.github.libpinyin.ibus-libpinyin.gschema.xml @@ -189,10 +189,6 @@ <default>''</default> <summary>Use Lua Converter</summary> </key> - <key name="show-suggestion" type="b"> - <default>false</default> - <summary>Show Suggestions</summary> - </key> <key name="opencc-config" type="s"> <default>'s2t.json'</default> <summary>The config file which should be used by OpenCC for traditional input. Please consult the OpenCC documentation for more information</summary> @@ -205,6 +201,10 @@ <default>true</default> <summary>Show English Candidates</summary> </key> + <key name="suggestion-candidate" type="b"> + <default>false</default> + <summary>Suggestion Candidate</summary> + </key> <key name="network-dictionary-start-timestamp" type="x"> <default>0</default> <summary>Start Timestamp for Network Dictionary</summary> @@ -396,10 +396,6 @@ <default>1</default> <summary>Sort candidate option</summary> </key> - <key name="show-suggestion" type="b"> - <default>false</default> - <summary>Show Suggestions</summary> - </key> <key name="opencc-config" type="s"> <default>'s2t.json'</default> <summary>The config file which should be used by OpenCC for traditional input. Please consult the OpenCC documentation for more information</summary> @@ -412,6 +408,10 @@ <default>true</default> <summary>Show English Candidates</summary> </key> + <key name="suggestion-candidate" type="b"> + <default>false</default> + <summary>Suggestion Candidate</summary> + </key> <key name="network-dictionary-start-timestamp" type="x"> <default>0</default> <summary>Start Timestamp for Network Dictionary</summary> |