mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
46 lines
1.3 KiB
XML
46 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="warehouse">
|
|
<schema id="io.github.flattool.Warehouse" path="/io/github/flattool/Warehouse/">
|
|
<key name="window-width" type="i">
|
|
<default>640</default>
|
|
</key>
|
|
<key name="window-height" type="i">
|
|
<default>480</default>
|
|
</key>
|
|
<key name="is-maximized" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="is-fullscreen" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="sidebar-shown" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="page-shown" type="s">
|
|
<default>"packages"</default>
|
|
</key>
|
|
</schema>
|
|
<schema id="io.github.flattool.Warehouse.filter" path="/io/github/flattool/Warehouse/filter/">
|
|
<key name="show-apps" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="show-runtimes" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="remotes-list" type="s">
|
|
<default>"all"</default>
|
|
</key>
|
|
<key name="runtimes-list" type="s">
|
|
<default>"all"</default>
|
|
</key>
|
|
</schema>
|
|
<schema id="io.github.flattool.Warehouse.data_page" path="/io/github/flattool/Warehouse/data_page/">
|
|
<key name="sort-ascend" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="sort-mode" type="s">
|
|
<default>"size"</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|