2021-02-04 19:25:29 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<schemalist>
|
2023-04-29 13:43:53 +00:00
|
|
|
<schema path="/org/gnome/Fractal/@profile@/" id="@app-id@" gettext-domain="@gettext-package@">
|
2021-02-04 19:25:29 +00:00
|
|
|
<key name="window-width" type="i">
|
|
|
|
<default>-1</default>
|
2022-04-02 17:29:58 +00:00
|
|
|
<summary>Window width</summary>
|
2021-02-04 19:25:29 +00:00
|
|
|
</key>
|
|
|
|
<key name="window-height" type="i">
|
|
|
|
<default>-1</default>
|
2022-04-02 17:29:58 +00:00
|
|
|
<summary>Window height</summary>
|
2021-02-04 19:25:29 +00:00
|
|
|
</key>
|
|
|
|
<key name="is-maximized" type="b">
|
|
|
|
<default>false</default>
|
2022-04-02 17:29:58 +00:00
|
|
|
<summary>Window maximized state</summary>
|
2021-02-04 19:25:29 +00:00
|
|
|
</key>
|
2021-05-08 15:14:24 +00:00
|
|
|
<key name="markdown-enabled" type="b">
|
|
|
|
<default>true</default>
|
|
|
|
<summary>Enable markdown formatting</summary>
|
2022-04-02 17:29:58 +00:00
|
|
|
<description>Whether messages should be processed as markdown when sending them</description>
|
2021-05-08 15:14:24 +00:00
|
|
|
</key>
|
2022-09-25 15:31:35 +00:00
|
|
|
<key name="sessions" type="s">
|
|
|
|
<default>'[]'</default>
|
|
|
|
<summary>Session settings</summary>
|
|
|
|
<description>Serialized list of settings per session</description>
|
|
|
|
</key>
|
2022-11-09 15:45:20 +00:00
|
|
|
<key name="current-session" type="s">
|
|
|
|
<default>""</default>
|
|
|
|
<summary>Current session</summary>
|
|
|
|
</key>
|
2021-02-04 19:25:29 +00:00
|
|
|
</schema>
|
|
|
|
</schemalist>
|