Skip to content

Commit

Permalink
user applet: handle the symbolic panel icon correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed May 20, 2024
1 parent f4fd024 commit a4ddc17
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ class CinnamonUserApplet extends Applet.TextApplet {
} else {
this._panel_icon = new St.Icon({
icon_name: 'avatar-default-symbolic',
icon_size: this.getPanelIconSize(),
icon_type: St.IconType.SYMBOLIC,
icon_size: this.getPanelIconSize(St.IconType.SYMBOLIC),
});
this._panel_icon_box.set_child(this._panel_icon);
}
Expand Down

0 comments on commit a4ddc17

Please sign in to comment.