Skip to content

Commit 7bd3aea

Browse files
authored
Add per app notifications schemas... (#266)
... required for linuxmint/cinnamon#13598
1 parent 110609f commit 7bd3aea

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

schemas/org.cinnamon.desktop.notifications.gschema.xml.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,17 @@
6060
<default>false</default>
6161
<summary>Whether notifications are displayed over fullscreen windows</summary>
6262
</key>
63+
<key name="application-children" type="as">
64+
<default>[]</default>
65+
<summary>List of application subfolders</summary>
66+
</key>
67+
</schema>
68+
69+
<schema id="org.cinnamon.desktop.notifications.application">
70+
<key type="b" name="enabled">
71+
<default>true</default>
72+
<summary>Enable notifications</summary>
73+
<description>Whether notifications are globally enabled for this application.</description>
74+
</key>
6375
</schema>
6476
</schemalist>

0 commit comments

Comments
 (0)