Commit f93e9e0f70d7879943be24d3179d35c573a381a9
1 parent
c578ee99
Exists in
master
and in
2 other branches
Fixing schemas.
Showing
2 changed files
with
12 additions
and
0 deletions
Show diff stats
schemas/linux/application.gschema.xml.in
| ... | ... | @@ -38,6 +38,12 @@ |
| 38 | 38 | <description>The ID of the current user interface style</description> |
| 39 | 39 | </key> |
| 40 | 40 | |
| 41 | + <key name="allow-host-settings" type="b"> | |
| 42 | + <default>true</default> | |
| 43 | + <summary>Allow host settings</summary> | |
| 44 | + <description>Allow changing of host session properties</description> | |
| 45 | + </key> | |
| 46 | + | |
| 41 | 47 | </schema> |
| 42 | 48 | |
| 43 | 49 | </schemalist> | ... | ... |
schemas/windows/application.gschema.xml.in
| ... | ... | @@ -38,6 +38,12 @@ |
| 38 | 38 | <description>The ID of the current user interface style</description> |
| 39 | 39 | </key> |
| 40 | 40 | |
| 41 | + <key name="allow-host-settings" type="b"> | |
| 42 | + <default>true</default> | |
| 43 | + <summary>Allow host settings</summary> | |
| 44 | + <description>Allow changing of host session properties</description> | |
| 45 | + </key> | |
| 46 | + | |
| 41 | 47 | <key name="gtk-csd" type="i"> |
| 42 | 48 | <default>0</default> |
| 43 | 49 | <summary>GTK CSD</summary> | ... | ... |