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.
1 parent a366d7c commit ed87089Copy full SHA for ed87089
src/components/Explorer/file_explorer/TreeNode.tsx
@@ -92,7 +92,7 @@ function TreeNode({
92
menuProps.showMoreActionsMenu(e, node);
93
}}
94
/>
95
- {settings.explorer.showAccentColors && (
+ {settings.explorer?.showAccentColors && (
96
<StyledExplorerAccent color={accentColor ? accentColor : "none"} />
97
)}
98
</StyledExplorerItem>
0 commit comments