diff options
author | fiaxh <git@mx.ax.lt> | 2017-03-02 15:37:32 +0100 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-03-02 15:37:32 +0100 |
commit | 56bc45ce4d07a7a9a415e9dc8ad2f7c3f3c9e48d (patch) | |
tree | 0bd0c2c80cb81179c26282fb3fbe8fd22983f40b /client/data/settings.gschema.xml | |
download | dino-56bc45ce4d07a7a9a415e9dc8ad2f7c3f3c9e48d.tar.gz dino-56bc45ce4d07a7a9a415e9dc8ad2f7c3f3c9e48d.zip |
Initial commit
Diffstat (limited to 'client/data/settings.gschema.xml')
-rw-r--r-- | client/data/settings.gschema.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/client/data/settings.gschema.xml b/client/data/settings.gschema.xml new file mode 100644 index 00000000..f3d342cf --- /dev/null +++ b/client/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 |