Skip to content

Commit

Permalink
Add logoicon as tab icon
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Oct 10, 2024
1 parent a198b83 commit d922a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/jupytergis_core/src/jgisplugin/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const activate = (
}

widgetFactory.widgetCreated.connect((sender, widget) => {
widget.title.icon = logoIcon;
widget.context.pathChanged.connect(() => {
tracker.save(widget);
});
Expand Down

0 comments on commit d922a03

Please sign in to comment.