file icon

This commit is contained in:
Matt Parker
2025-08-01 00:15:33 +10:00
parent d5605f0860
commit 00909eebd4

View File

@@ -77,7 +77,7 @@
private RenderFragment GetFileFragment(SharpIdeFile file) =>
@<text>
<MudTreeViewItem T="SharpIdeFile" TextTypo="Typo.body2" Text="@file.Name"/>
<MudTreeViewItem T="SharpIdeFile" Icon="@Icons.Custom.FileFormats.FileCode" TextTypo="Typo.body2" Text="@file.Name"/>
</text>;
}