aboutsummaryrefslogtreecommitdiff
path: root/libdino/data/dino.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libdino/data/dino.gschema.xml')
-rw-r--r--libdino/data/dino.gschema.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/libdino/data/dino.gschema.xml b/libdino/data/dino.gschema.xml
index f3d342cf..19cad0e4 100644
--- a/libdino/data/dino.gschema.xml
+++ b/libdino/data/dino.gschema.xml
@@ -1,9 +1,19 @@
<schemalist>
<schema id="org.dino-im" path="/org/dino-im/" gettext-domain="dino">
- <key name="send-read" type="b">
+ <key name="send-typing" type="b">
<default>true</default>
- <summary>Whether to confirm that a message was received per default</summary>
+ <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">