schemas: Consistently use child schemas
Currently subschemas in org.gnome.mutter are marked as child schemas, but subschemas in org.gnome.mutter.wayland are not. There's no harm with that, it's just nice to be consistent, and having schemas show up in `gsettings list-children` is a nice touch. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2809>
This commit is contained in:
parent
813b85e081
commit
6d7a5a91bf
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@
|
|||
</description>
|
||||
</key>
|
||||
|
||||
<child name="keybindings" schema="org.gnome.mutter.wayland.keybindings"/>
|
||||
</schema>
|
||||
|
||||
</schemalist>
|
||||
|
|
Loading…
Reference in a new issue