Skip to content

Commit

Permalink
Revert "Hide icon on reminder notifications"
Browse files Browse the repository at this point in the history
This reverts commit 2823e82.
  • Loading branch information
kamilprusko committed Dec 31, 2014
1 parent 2823e82 commit 32aacbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/notifications.js
Expand Up @@ -540,7 +540,6 @@ const PomodoroEndReminderNotification = new Lang.Class({
this.parent(title, null, null);

this.setTransient(true);
this.setIconVisible(false);
this.setUrgency(MessageTray.Urgency.LOW);

this._updateBanner(description);
Expand Down

0 comments on commit 32aacbb

Please sign in to comment.