Skip to content

Commit

Permalink
add a key for debugging the dnd
Browse files Browse the repository at this point in the history
  • Loading branch information
maoschanz committed Jul 29, 2018
1 parent 573702f commit e391d71
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
Binary file modified schemas/gschemas.compiled
Binary file not shown.
21 changes: 13 additions & 8 deletions schemas/org.gnome.shell.extensions.appfolders-manager.gschema.xml
@@ -1,11 +1,16 @@
<?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/">
<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>
<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 when right-clicking a folder.</description>
</key>
<key type="b" name="experimental">
<default>false</default>
<summary>Use experimental features</summary>
Expand All @@ -14,12 +19,12 @@
<key type="b" name="dnd">
<default>false</default>
<summary>Use drag-and-drop</summary>
<description>experimental feature, wip</description>
<description>wip</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 type="b" name="show-frame">
<default>false</default>
<summary>Show a frame around actors</summary>
<description>(debug purpose)</description>
</key>
</schema>
</schema>
</schemalist>

0 comments on commit e391d71

Please sign in to comment.