浏览代码

Added launcher icon

cameronoelsen 7 年之前
父节点
当前提交
65040830b1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/launcher-extension/src/index.ts

+ 1 - 0
packages/launcher-extension/src/index.ts

@@ -75,6 +75,7 @@ function activate(app: JupyterLab, palette: ICommandPalette): ILauncher {
       widget.model = model;
       widget.id = id;
       widget.title.label = 'Launcher';
+      widget.title.iconClass = 'jp-MaterialIcon jp-LauncherIcon';
       widget.title.closable = true;
       shell.addToMainArea(widget);
       if (args['activate'] !== false) {