gschema: Add the 'icons-data' key
This is the key that will store the icons of the icon grid. It is a sorted array of application ids, and the order of items saved in this key corresponds to the icon order. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/603
This commit is contained in:
parent
2e4fb404a7
commit
37aa5d0faf
@ -109,6 +109,10 @@
|
|||||||
the shell.
|
the shell.
|
||||||
</description>
|
</description>
|
||||||
</key>
|
</key>
|
||||||
|
<key name="icons-data" type="a{sv}">
|
||||||
|
<default>[]</default>
|
||||||
|
<summary>Data about the icons in the icon grid</summary>
|
||||||
|
</key>
|
||||||
<child name="keybindings" schema="org.gnome.shell.keybindings"/>
|
<child name="keybindings" schema="org.gnome.shell.keybindings"/>
|
||||||
</schema>
|
</schema>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user