diff --git a/config/ags/js/notifications/center.js b/config/ags/js/notifications/center.js
index afd9790c..b62b11f4 100644
--- a/config/ags/js/notifications/center.js
+++ b/config/ags/js/notifications/center.js
@@ -16,7 +16,7 @@ const ClearButton = () => EventBox({
         ch.child.setStyle(ch.child._rightAnim1);
         timeout(500, () => {
           button._notifList.remove(ch);
-          Notifications.close(ch._id);
+          Notifications.notifications.forEach(n => n.close());
         });
       });
     },