aboutsummaryrefslogtreecommitdiff
path: root/libdino/data/settings.gschema.xml
diff options
context:
space:
mode:
authorfiaxh <git@mx.ax.lt>2017-03-10 19:53:24 +0100
committerfiaxh <git@mx.ax.lt>2017-03-10 19:53:24 +0100
commit24b55d83a1f9e21b028c8d5ac9778e75565f417d (patch)
tree195b0f332e32d08e1a18fc3d8a5a6725c5ed11d7 /libdino/data/settings.gschema.xml
parent4c48c5c16d5f5b010c2e5dfb1affcb59f937510c (diff)
parent29ca70a6d534e1cd79963718c793ae740318cff1 (diff)
downloaddino-24b55d83a1f9e21b028c8d5ac9778e75565f417d.tar.gz
dino-24b55d83a1f9e21b028c8d5ac9778e75565f417d.zip
Merge branch 'master' of github.com:dino/dino
Diffstat (limited to 'libdino/data/settings.gschema.xml')
-rw-r--r--libdino/data/settings.gschema.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/libdino/data/settings.gschema.xml b/libdino/data/settings.gschema.xml
new file mode 100644
index 00000000..f3d342cf
--- /dev/null
+++ b/libdino/data/settings.gschema.xml
@@ -0,0 +1,15 @@
+<schemalist>
+ <schema id="org.dino-im" path="/org/dino-im/" gettext-domain="dino">
+
+ <key name="send-read" type="b">
+ <default>true</default>
+ <summary>Whether to confirm that a message was received per default</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> \ No newline at end of file