mirror of
https://github.com/elementary/gala.git
synced 2024-12-25 02:02:11 +03:00
gsettings-schema added.
This commit is contained in:
parent
ca4e10f56a
commit
6fd5cd0a60
@ -213,4 +213,19 @@
|
||||
<description>See normal-focused</description>
|
||||
</key>
|
||||
</schema>
|
||||
|
||||
<schema path="/org/pantheon/desktop/gala/notifications/" id="org.pantheon.desktop.gala.notifications" gettext-domain="gala">
|
||||
<key type="b" name="do-not-disturb">
|
||||
<default>false</default>
|
||||
<summary>Disable all notifications</summary>
|
||||
</key>
|
||||
<key type="as" name="bubbles">
|
||||
<default>[]</default>
|
||||
<summary>List of apps that are allowed to show notification-bubbles</summary>
|
||||
</key>
|
||||
<key type="as" name="sounds">
|
||||
<default>[]</default>
|
||||
<summary>List of apps that are allowed to play notification-sounds</summary>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
@ -28,7 +28,7 @@ namespace Gala.Plugins.Notify
|
||||
|
||||
private NotifySettings ()
|
||||
{
|
||||
base ("org.pantheon.desktop.notifications");
|
||||
base (Config.SCHEMA + ".notifications");
|
||||
}
|
||||
|
||||
public static NotifySettings get_default ()
|
||||
|
Loading…
Reference in New Issue
Block a user