Skip to content

Commit

Permalink
Remove icon
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Dec 5, 2024
1 parent a9a5f07 commit 8770f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const activate = async (
);

widgetFactory.widgetCreated.connect((sender, widget) => {
widget.title.icon = freecadIcon;
// widget.title.icon = freecadIcon;
// Notify the instance tracker if restore data needs to update.
widget.context.pathChanged.connect(() => {
tracker.save(widget);
Expand Down

0 comments on commit 8770f88

Please sign in to comment.