apostrophe/data/de.wolfvollprecht.UberWrite...

35 lines
992 B
XML
Raw Normal View History

2018-04-13 18:17:32 +00:00
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
2018-04-13 21:17:30 +00:00
<schema path="/de/wolfvollprecht/UberWriter/" id="de.wolfvollprecht.UberWriter">
2018-04-13 18:17:32 +00:00
<key name='dark-mode' type='b'>
<default>false</default>
<summary>Dark mode</summary>
<description>
If enabled, the window will be dark themed
If disabled, the window will be light themed
asked to install them manually.
</description>
</key>
2018-12-05 19:27:19 +00:00
<key name='gradient-overlay' type='b'>
<default>true</default>
<summary>Show gradient overlay</summary>
<description>
Show a gradient overlay over the text at the top anf bottom of the window.
It can cause performance problems to some users
</description>
</key>
2018-05-06 18:00:14 +00:00
<key name='open-file-path' type='s'>
<default>"/tmp"</default>
<summary>Open file base path</summary>
<description>
Open file paths of the current session
</description>
</key>
2018-04-13 18:17:32 +00:00
</schema>
2018-04-13 21:17:30 +00:00
</schemalist>