Skip to content

Commit

Permalink
ddcci-monitor-control@andr35: update applet icon name (#3613)
Browse files Browse the repository at this point in the history
  • Loading branch information
andr35 authored Feb 21, 2021
1 parent cd64564 commit b3204d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ MyApplet.prototype = {
_init: function (orientation, panel_height, instance_id) {
Applet.IconApplet.prototype._init.call(this, orientation, panel_height, instance_id);

this.set_applet_icon_name("notification-display-brightness");
this.set_applet_icon_name("display-brightness");
this.set_applet_tooltip(_("Adjust external monitor brightness and contrast"));

// Init menu
Expand Down Expand Up @@ -362,4 +362,4 @@ class MonitorPropertyItem extends PopupMenu.PopupBaseMenuItem {
}


}
}

0 comments on commit b3204d4

Please sign in to comment.