Skip to content

Commit

Permalink
bugfix _queuechanged_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLauinger77 committed Apr 22, 2023
1 parent ee7dd06 commit 3bce05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ class MessagingMenu {
}

disable() {
Main.messageTray.disconnect(_queuechanged_handler);
Main.messageTray.disconnect(this._queuechanged_handler);
this._indicator.destroy();
this._indicator = null;
this._settings = null;
Expand Down

0 comments on commit 3bce05d

Please sign in to comment.