54 lines
1.6 KiB
XML
54 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="cartridges">
|
|
<schema id="hu.kramo.Cartridges" path="/hu/kramo/Cartridges/">
|
|
<key name="exit-after-launch" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="heroic-import-epic" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="heroic-import-gog" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="heroic-import-sideload" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="steam-location" type="s">
|
|
<default>"~/.steam/"</default>
|
|
</key>
|
|
<key name="steam-extra-dirs" type="as">
|
|
<default>[]</default>
|
|
</key>
|
|
<key name="heroic-location" type="s">
|
|
<default>"~/.var/app/com.heroicgameslauncher.hgl/config/heroic/"</default>
|
|
</key>
|
|
<key name="bottles-location" type="s">
|
|
<default>"~/.var/app/com.usebottles.bottles/data/bottles/"</default>
|
|
</key>
|
|
<key name="high-quality-images" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
</schema>
|
|
<schema id="hu.kramo.Cartridge.State" path="/hu/kramo/Cartridges/State/">
|
|
<key name="width" type="i">
|
|
<default>1110</default>
|
|
</key>
|
|
<key name="height" type="i">
|
|
<default>820</default>
|
|
</key>
|
|
<key name="is-maximized" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="sort-mode" type="s">
|
|
<choices>
|
|
<choice value="a-z"/>
|
|
<choice value="z-a"/>
|
|
<choice value="newest"/>
|
|
<choice value="oldest"/>
|
|
<choice value="last_played"/>
|
|
</choices>
|
|
<default>"a-z"</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|