Skip to content

Commit 8accb3b

Browse files
Fix Monochrome Setting Crash (#1873)
1 parent a78e586 commit 8accb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/NavigatorArea/ProjectNavigator/OutlineView/ProjectNavigatorViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ final class ProjectNavigatorViewController: NSViewController {
3636
var iconColor: SettingsData.FileIconStyle = .color {
3737
willSet {
3838
if newValue != iconColor {
39-
outlineView.reloadData()
39+
outlineView?.reloadData()
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)