[Notifications] Finish up toggle

This commit is contained in:
Admin 2025-03-28 07:37:14 +01:00
parent c2f38bc39a
commit 527f2012de

View File

@ -121,7 +121,7 @@ class Notifier implements Subscribable {
this.menuOpen = false; this.menuOpen = false;
this.notifications.forEach( ( _, id ) => { this.notifications.forEach( ( _, id ) => {
this.hide( id ); this.hide( id );
} ) } );
} }
toggleNotificationMenu () { toggleNotificationMenu () {
@ -199,5 +199,6 @@ export default {
openNotificationMenu, openNotificationMenu,
closeNotificationMenu, closeNotificationMenu,
clearAllNotifications, clearAllNotifications,
clearNewestNotifications clearNewestNotifications,
toggleNotificationMenu
} }