diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-07-22 23:18:26 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-07-22 23:19:37 +0200 |
| commit | a3da855cddff3c3c71311af6ce3e7629a459024d (patch) | |
| tree | 7ed8cad6256f74fb83632f608891ceeb32e1f59a /data/tp-monitor-gtk.gschema.xml | |
| parent | d9e1e04c09a99b2a507e071f434fd394f4781051 (diff) | |
Add application config for GUI
QT5 stored in .config/org.the_jk/tp.Monitor.conf on Linux
GTK stored in dconf
Diffstat (limited to 'data/tp-monitor-gtk.gschema.xml')
| -rw-r--r-- | data/tp-monitor-gtk.gschema.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/tp-monitor-gtk.gschema.xml b/data/tp-monitor-gtk.gschema.xml new file mode 100644 index 0000000..9dde64c --- /dev/null +++ b/data/tp-monitor-gtk.gschema.xml @@ -0,0 +1,10 @@ +<schemalist> + <schema id="org.the_jk.tp.Monitor" path="/org/the_jk/tp/Monitor/"> + <key name="connect" type="s"> + <default>""</default> + <description> + Last monitor host connected to + </description> + </key> + </schema> +</schemalist> |
