mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 14:12:21 +01:00
Default autofill message to false
This commit is contained in:
parent
ac76deece1
commit
9ccebc0259
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
<string name="default_channel_discovery">JABBER_NETWORK</string>
|
||||
<bool name="dialler_integration_incoming">true</bool>
|
||||
<bool name="follow_thread_in_channel">false</bool>
|
||||
<bool name="message_autocomplete">true</bool>
|
||||
<bool name="message_autocomplete">false</bool>
|
||||
<bool name="allow_screenshots">true</bool>
|
||||
<string name="default_push_server">up.conversations.im</string>
|
||||
<string name="default_push_account">none</string>
|
||||
|
|
Loading…
Reference in a new issue