2018-05-10 11:38:05 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<schemalist>
|
|
|
|
<enum id="org.gnome.Fractal.PasswordStorage">
|
|
|
|
<value nick="Secret Service" value="0"/>
|
|
|
|
<value nick="Plain text" value="1"/>
|
|
|
|
</enum>
|
|
|
|
|
|
|
|
<schema path="/org/gnome/factal/" id="org.gnome.Fractal">
|
|
|
|
|
|
|
|
<key name="password-storage" enum="org.gnome.Fractal.PasswordStorage">
|
|
|
|
<default>'Secret Service'</default>
|
|
|
|
<summary>Type of password and token storage</summary>
|
|
|
|
<description>
|
|
|
|
Type of password and token storage, default value is: Secret Service
|
|
|
|
</description>
|
|
|
|
</key>
|
|
|
|
|
2018-07-23 05:00:44 +00:00
|
|
|
<key name="markdown-active" type="b">
|
|
|
|
<default>false</default>
|
|
|
|
<summary>If markdown sending is active</summary>
|
|
|
|
<description>
|
|
|
|
Whether support for sending markdown messages is on
|
|
|
|
</description>
|
|
|
|
</key>
|
|
|
|
|
2018-05-10 11:38:05 +00:00
|
|
|
</schema>
|
|
|
|
|
|
|
|
</schemalist>
|