mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-05 23:37:11 +00:00
25 lines
No EOL
799 B
XML
25 lines
No EOL
799 B
XML
<schemalist>
|
|
<schema id="org.dino-im" path="/org/dino-im/" gettext-domain="dino">
|
|
|
|
<key name="send-typing" type="b">
|
|
<default>true</default>
|
|
<summary>Whether to send typing notifications</summary>
|
|
</key>
|
|
|
|
<key name="send-marker" type="b">
|
|
<default>true</default>
|
|
<summary>Whether to confirm that a message was received or read</summary>
|
|
</key>
|
|
|
|
<key name="notifications" type="b">
|
|
<default>true</default>
|
|
<summary>Whether to get notifications</summary>
|
|
</key>
|
|
|
|
<key name="convert-utf8-smileys" type="b">
|
|
<default>true</default>
|
|
<summary>Whether to convert common ascii smileys into unicode</summary>
|
|
</key>
|
|
|
|
</schema>
|
|
</schemalist> |