fractal/data/org.gnome.Fractal.gschema.xml.in

23 lines
764 B
XML
Raw Normal View History

2021-02-04 19:25:29 +00:00
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
2022-03-29 09:12:08 +00:00
<schema path="/org/gnome/Fractal/" 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>
<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>
</key>
2021-02-04 19:25:29 +00:00
</schema>
</schemalist>