diff options
author | Jason Conti <[email protected]> | 2019-06-09 13:27:11 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-09-02 04:05:21 +0000 |
commit | 854e1724677916cfad13eb8a4a868d4779cf4a1e (patch) | |
tree | 75849f537fa6b08f067b04067508111a37c90eb0 /src/daemon/daemon.h | |
parent | 7fcefc45231a04cd0e1c6b3327e009b492089365 (diff) | |
download | mate-notification-daemon-854e1724677916cfad13eb8a4a868d4779cf4a1e.tar.bz2 mate-notification-daemon-854e1724677916cfad13eb8a4a868d4779cf4a1e.tar.xz |
* Add do-not-disturb setting
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r-- | src/daemon/daemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h index 256579e..98f7f4d 100644 --- a/src/daemon/daemon.h +++ b/src/daemon/daemon.h @@ -32,6 +32,7 @@ #define GSETTINGS_KEY_THEME "theme" #define GSETTINGS_KEY_POPUP_LOCATION "popup-location" #define GSETTINGS_KEY_SOUND_ENABLED "sound-enabled" +#define GSETTINGS_KEY_DO_NOT_DISTURB "do-not-disturb" #define GSETTINGS_KEY_MONITOR_NUMBER "monitor-number" #define GSETTINGS_KEY_USE_ACTIVE "use-active-monitor" |