mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-15 17:50:19 -04:00
Added multilingual text input options
This commit is contained in:
parent
2ef0941a6d
commit
b12860f7d7
10 changed files with 287 additions and 18 deletions
|
@ -414,6 +414,11 @@ class SidebandCore():
|
|||
if not "display_style_in_contact_list" in self.config:
|
||||
self.config["display_style_in_contact_list"] = False
|
||||
|
||||
if not "input_language" in self.config:
|
||||
self.config["input_language"] = None
|
||||
if not "allow_predictive_text" in self.config:
|
||||
self.config["allow_predictive_text"] = False
|
||||
|
||||
if not "connect_transport" in self.config:
|
||||
self.config["connect_transport"] = False
|
||||
if not "connect_rnode" in self.config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue