提交 197c7f27 编写于 作者: M Miguel Solorio

Fix #81701

上级 e1aa754e
......@@ -289,7 +289,7 @@ export class EditorGroupView extends Themable implements IEditorGroupView {
const removeGroupAction = this._register(new Action(
CLOSE_EDITOR_GROUP_COMMAND_ID,
localize('closeGroupAction', "Close"),
'close-editor-group',
'codicon-close',
true,
() => {
this.accessor.removeGroup(this);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册