Skip to content

Commit

Permalink
Make the notification visible in notification list
Browse files Browse the repository at this point in the history
  • Loading branch information
mackdk committed Sep 9, 2022
1 parent 9e6c3a2 commit 275bc5e
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 @@ -267,7 +267,7 @@ class GithubNotifications {
if (this._source && this._source.notifications.length == 0) {
notification = new MessageTray.Notification(this._source, title, message);

notification.setTransient(true);
notification.setTransient(false);
notification.setResident(false);
notification.connect('activated', this.showBrowserUri.bind(this)); // Open on click
} else {
Expand Down

0 comments on commit 275bc5e

Please sign in to comment.