From 7d92991c7bc863bd675db403f83b094f93a7a3ff Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 20 Aug 2025 22:49:42 -0400 Subject: capplet: Add timeout and persistence controls Add new UI elements to configure default timeout, allow persistent notifications, and to display countdown on all notification messages. --- src/capplet/mate-notification-properties.ui | 120 ++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) (limited to 'src/capplet/mate-notification-properties.ui') diff --git a/src/capplet/mate-notification-properties.ui b/src/capplet/mate-notification-properties.ui index d6dbfac..49bc4c8 100644 --- a/src/capplet/mate-notification-properties.ui +++ b/src/capplet/mate-notification-properties.ui @@ -12,6 +12,13 @@ False window-close + + 0 + 300000 + 7000 + 1000 + 5000 + False 12 @@ -232,6 +239,119 @@ 1 + + + True + False + 0 + none + + + True + False + + + True + False + 6 + vertical + 6 + + + True + False + 6 + 12 + + + True + False + start + _Timeout (ms): + True + timeout_spin + + + 0 + 0 + + + + + True + True + timeout_adjustment + 1000 + 0 + True + 7000 + Default timeout for notifications in milliseconds. Use 0 for no timeout (persistent). + + + 1 + 0 + + + + + False + True + 0 + + + + + Allow Persistent Notifications + True + True + False + start + True + Allow applications to create notifications that don't disappear automatically + + + False + True + 1 + + + + + Show Countdown Timer + True + True + False + start + True + Show countdown timer on all timed notifications (not just those with actions) + + + False + True + 2 + + + + + + + + + True + False + Timeout & Behavior + + + + + + + + False + True + 2 + + -- cgit v1.2.1