25 lines
935 B
XML
25 lines
935 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<schemalist>
|
|
<schema path="/org/gnome/FractalNext/" id="@app-id@" gettext-domain="@gettext-package@">
|
|
<key name="window-width" type="i">
|
|
<default>-1</default>
|
|
<summary>Default window width</summary>
|
|
<description>Default window width</description>
|
|
</key>
|
|
<key name="window-height" type="i">
|
|
<default>-1</default>
|
|
<summary>Default window height</summary>
|
|
<description>Default window height</description>
|
|
</key>
|
|
<key name="is-maximized" type="b">
|
|
<default>false</default>
|
|
<summary>Default window maximized behaviour</summary>
|
|
<description></description>
|
|
</key>
|
|
<key name="markdown-enabled" type="b">
|
|
<default>true</default>
|
|
<summary>Enable markdown formatting</summary>
|
|
<description>Whether or not to do markdown formatting when sending messages</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|