Skip to content

Commit

Permalink
Fix clear noti button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
qwreey committed May 2, 2023
1 parent ad6a39c commit 6e23b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/notificationHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e23b41

Please sign in to comment.