提交 c65fde81 编写于 作者: M Martin Aeschlimann

arrows not showing anymore (for #35856)

上级 3070c0bb
......@@ -161,7 +161,7 @@ export class ExplorerView extends ViewsViewletPanel {
const onFileIconThemeChange = (fileIconTheme: IFileIconTheme) => {
DOM.toggleClass(this.treeContainer, 'align-icons-and-twisties', fileIconTheme.hasFileIcons && !fileIconTheme.hasFolderIcons);
DOM.toggleClass(this.treeContainer, 'hide-arrows', fileIconTheme.hidesExplorerArrows);
DOM.toggleClass(this.treeContainer, 'hide-arrows', fileIconTheme.hidesExplorerArrows === true);
};
this.disposables.push(this.themeService.onDidFileIconThemeChange(onFileIconThemeChange));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册