From 4ea4fbe5df743eac531350d38fd96b7ea377524b Mon Sep 17 00:00:00 2001 From: teamcons Date: Sat, 13 Sep 2025 17:21:50 +0200 Subject: [PATCH] withdraw previous notif of same kind --- src/Reminder.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Reminder.vala b/src/Reminder.vala index 90cf41b..575eda2 100644 --- a/src/Reminder.vala +++ b/src/Reminder.vala @@ -68,6 +68,7 @@ public class Badger.Reminder : GLib.Object { public bool remind () { if (global_active && checkbox_active) { + app.withdraw_notification (name); app.send_notification (name, notification); } return true;