26 lines
1.2 KiB
XML
26 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="appfolders-manager">
|
|
<schema id="org.gnome.shell.extensions.appfolders-manager" path="/org/gnome/shell/extensions/appfolders-manager/">
|
|
<key type="b" name="total-deletion">
|
|
<default>true</default>
|
|
<summary>Complete deletion of an appfolder</summary>
|
|
<description>if a deleted appfolder should be 100% deleted (false = restauration is possible)</description>
|
|
</key>
|
|
<key type="b" name="categories">
|
|
<default>true</default>
|
|
<summary>Use categories</summary>
|
|
<description>If the interface for managing categories should be shown.</description>
|
|
</key>
|
|
<key type="b" name="debug">
|
|
<default>false</default>
|
|
<summary>Debug key</summary>
|
|
<description>this is not supposed to be activated by the user</description>
|
|
</key>
|
|
<key type="b" name="extend-menus">
|
|
<default>true</default>
|
|
<summary>Show items in right-click menus</summary>
|
|
<description>The legacy interface, with submenus in the right-click menu on application icons, can be shown in addition to the default drag-and-drop behavior.</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|