summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2022-04-11 15:17:54 +0800
committerPeng Wu <alexepico@gmail.com>2022-04-11 15:25:09 +0800
commit701dbb101164f608b86354960a5e4d258eed390b (patch)
treecc590d78a5a5ba2d3c140744003ee9ff8c73c491
parentbfe728057bbb84fd36b4f3867aebb8f4a16f51e2 (diff)
downloadibus-libpinyin-701dbb101164f608b86354960a5e4d258eed390b.tar.gz
Update com.github.libpinyin.ibus-libpinyin.gschema.xml
-rw-r--r--data/com.github.libpinyin.ibus-libpinyin.gschema.xml16
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>