Skip to content

Commit bf03d52

Browse files
committed
Fixed file icons for a commits changed files in the source control navigator to support custom CodeEdit symbols.
1 parent a759891 commit bf03d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/NavigatorArea/SourceControlNavigator/History/Views/CommitChangedFileListItemView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct CommitChangedFileListItemView: View {
3333
.lineLimit(1)
3434
.truncationMode(.middle)
3535
}, icon: {
36-
Image(systemName: changedFile.systemImage)
36+
Image(nsImage: changedFile.nsIcon)
3737
.foregroundStyle(changedFile.iconColor)
3838
})
3939

0 commit comments

Comments
 (0)