Skip to content

Commit

Permalink
Change to Source.showNotification()
Browse files Browse the repository at this point in the history
  • Loading branch information
askmrsinh committed Apr 29, 2020
1 parent e346695 commit 3b8297b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class TouchpadIndicatorButton extends PanelMenu.Button {
this._notification.connect('destroy', () => {
this._notification = null;
});
this._source.notify(this._notification);
this._source.showNotification(this._notification);
}

_ensureSource() {
Expand Down

0 comments on commit 3b8297b

Please sign in to comment.