Skip to content

Commit

Permalink
Deprecate gschema
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Feb 8, 2024
1 parent e2c7344 commit 58d36c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/gala.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@
<key type="b" name="enable">
<default>true</default>
<summary>Enable rounded corner mask</summary>
<description>DEPRECATED: This setting is no longer used</description>
</key>
<key type="i" name="corner-radius">
<default>4</default>
Expand All @@ -348,11 +349,11 @@
<key type="b" name="disable-on-fullscreen">
<default>true</default>
<summary>Disable corner mask on fullscreen</summary>
<description>If enabled, when an application is fullscreen (fills the monitor), the corner masks will be disabled on that monitor.</description>
</key>
<description>DEPRECATED: This setting is no longer used</description></key>
<key type="b" name="only-on-primary">
<default>false</default>
<summary>Only show corner masks on primary monitor</summary>
<description>DEPRECATED: This setting is no longer used</description>
</key>
</schema>

Expand Down

0 comments on commit 58d36c1

Please sign in to comment.