提交 52ff3640 编写于 作者: M Martin Aeschlimann

explorer: refresh icon not showing

上级 029ba899
......@@ -827,7 +827,7 @@ export class RefreshExplorerView extends Action {
@IViewletService private readonly viewletService: IViewletService,
@IExplorerService private readonly explorerService: IExplorerService
) {
super(id, label, 'explorer-action ' + Codicon.refresh);
super(id, label, 'explorer-action ' + Codicon.refresh.classNames);
this._register(explorerService.onDidChangeEditable(e => {
const elementIsBeingEdited = explorerService.isEditable(e);
this.enabled = !elementIsBeingEdited;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册