diff options
| author | Victor Kareh <[email protected]> | 2025-08-20 21:54:22 -0400 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2025-08-25 21:50:51 +0000 |
| commit | f3d64128881cdeb483de44e01ca090a238d1aa34 (patch) | |
| tree | d627e41a634c87427bd7e4093feb23dec7ebc4fc /data | |
| parent | d348da7ea809e1bcfb9e408455271395a64c877a (diff) | |
| download | mate-notification-daemon-f3d64128881cdeb483de44e01ca090a238d1aa34.tar.bz2 mate-notification-daemon-f3d64128881cdeb483de44e01ca090a238d1aa34.tar.xz | |
themes: Display countdown on non-persistent notification messages
Countdown was only visible for notifications that had action buttons.
This change adds a 'show-countdown' gsetting to display it instead on
all non-persisntent notifications.
Diffstat (limited to 'data')
| -rw-r--r-- | data/org.mate.NotificationDaemon.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.NotificationDaemon.gschema.xml.in b/data/org.mate.NotificationDaemon.gschema.xml.in index 0cd797f..a0c6cf8 100644 --- a/data/org.mate.NotificationDaemon.gschema.xml.in +++ b/data/org.mate.NotificationDaemon.gschema.xml.in @@ -41,5 +41,10 @@ <summary>Enable persistence</summary> <description>Allow notifications to be persistent when requested by applications.</description> </key> + <key name="show-countdown" type="b"> + <default>false</default> + <summary>Show countdown</summary> + <description>Show countdown timer for all non-persistent notifications. If false, only show it for those waiting for user actions.</description> + </key> </schema> </schemalist> |
