summaryrefslogtreecommitdiffstats
path: root/java/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/res/values/config.xml')
-rw-r--r--java/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml
index 33bcb0603..84f038f78 100644
--- a/java/res/values/config.xml
+++ b/java/res/values/config.xml
@@ -109,4 +109,7 @@
<string-array name="keyboard_switcher_symbols_shifted" translatable="false">
<item>58,32</item> <!-- KeyEvent.KEYCODE_ALT_RIGHT , KeyEvent.META_ALT_RIGHT_ON -->
</string-array>
+
+ <!-- Display suggested words while typing -->
+ <bool name="config_show_suggestions_default">true</bool>
</resources>