diff --git a/config/ags/notifications/handler.tsx b/config/ags/notifications/handler.tsx index 8e8b224..9cce715 100644 --- a/config/ags/notifications/handler.tsx +++ b/config/ags/notifications/handler.tsx @@ -121,7 +121,7 @@ class Notifier implements Subscribable { this.menuOpen = false; this.notifications.forEach( ( _, id ) => { this.hide( id ); - } ) + } ); } toggleNotificationMenu () { @@ -199,5 +199,6 @@ export default { openNotificationMenu, closeNotificationMenu, clearAllNotifications, - clearNewestNotifications + clearNewestNotifications, + toggleNotificationMenu }