file icon
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
private RenderFragment GetFileFragment(SharpIdeFile file) =>
|
private RenderFragment GetFileFragment(SharpIdeFile file) =>
|
||||||
@<text>
|
@<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>;
|
</text>;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user