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>
|
|
|
|
|
2019-09-18 12:24:18 +00:00
|
|
|
<schema path="/org/gnome/Fractal/" id="org.gnome.Fractal">
|
2018-05-10 11:38:05 +00:00
|
|
|
|
|
|
|
<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>
|
|
|
|
|
2019-02-25 11:01:33 +00:00
|
|
|
<key name="main-window-state-x" type="i">
|
|
|
|
<default>-1</default>
|
|
|
|
<summary>X position of the main window on startup</summary>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key name="main-window-state-y" type="i">
|
|
|
|
<default>-1</default>
|
|
|
|
<summary>Y position of the main window on startup</summary>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key name="main-window-state-width" type="i">
|
|
|
|
<default>860</default>
|
|
|
|
<summary>Width of the main window on startup</summary>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key name="main-window-state-height" type="i">
|
|
|
|
<default>640</default>
|
|
|
|
<summary>Height of the main window on startup</summary>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key name="main-window-state-maximized" type="b">
|
|
|
|
<default>false</default>
|
|
|
|
<summary>Whether the main window is maximized on startup</summary>
|
|
|
|
</key>
|
|
|
|
|
2018-05-10 11:38:05 +00:00
|
|
|
</schema>
|
|
|
|
|
|
|
|
</schemalist>
|