We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
logoicon
1 parent a198b83 commit 589c072Copy full SHA for 589c072
python/jupytergis_core/src/jgisplugin/plugins.ts
@@ -88,6 +88,7 @@ const activate = (
88
}
89
90
widgetFactory.widgetCreated.connect((sender, widget) => {
91
+ widget.title.icon = logoIcon;
92
widget.context.pathChanged.connect(() => {
93
tracker.save(widget);
94
});
0 commit comments