From 6e23b4187546a44552d26107d0b9547225bc3fb0 Mon Sep 17 00:00:00 2001 From: Qwreey Date: Wed, 3 May 2023 02:34:51 +0900 Subject: [PATCH] Fix clear noti button not working --- libs/notificationHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/notificationHandler.js b/libs/notificationHandler.js index 9032a67..0377307 100644 --- a/libs/notificationHandler.js +++ b/libs/notificationHandler.js @@ -66,7 +66,7 @@ class Notifications extends St.BoxLayout{ this.datemenu = new imports.ui.dateMenu.DateMenuButton() // notifications - let messageList = this.datemenu._messageList + let messageList = this.messageList = this.datemenu._messageList this.notificationList = messageList._notificationSection this.nativeDndSwitch = messageList._dndButton this.nativeClearButton = messageList._clearButton