Skip to content

Commit 589c072

Browse files
authored
Add logoicon as tab icon (#183)
1 parent a198b83 commit 589c072

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/jupytergis_core/src/jgisplugin/plugins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ const activate = (
8888
}
8989

9090
widgetFactory.widgetCreated.connect((sender, widget) => {
91+
widget.title.icon = logoIcon;
9192
widget.context.pathChanged.connect(() => {
9293
tracker.save(widget);
9394
});

0 commit comments

Comments
 (0)