diff options
author | fiaxh <git@mx.ax.lt> | 2017-08-21 17:16:25 +0200 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-08-22 16:22:56 +0200 |
commit | 4a4b5956c9b12bbfb583da1794ef0184e760ac33 (patch) | |
tree | 05a8581e46cc839e3064e5978e0708ad37a056db /libdino/data | |
parent | a8aceb1e395e3d0d5a570f6570a1613e2f990d87 (diff) | |
download | dino-4a4b5956c9b12bbfb583da1794ef0184e760ac33.tar.gz dino-4a4b5956c9b12bbfb583da1794ef0184e760ac33.zip |
Move settings from GSettings to own db
Diffstat (limited to 'libdino/data')
-rw-r--r-- | libdino/data/dino.gschema.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/libdino/data/dino.gschema.xml b/libdino/data/dino.gschema.xml deleted file mode 100644 index 7d1e82fd..00000000 --- a/libdino/data/dino.gschema.xml +++ /dev/null @@ -1,25 +0,0 @@ -<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> |