Add log level glyph

This commit is contained in:
Jack251970 2025-03-13 13:06:25 +08:00
parent e8be131221
commit f24d64afec

View file

@ -123,7 +123,7 @@
</StackPanel>
</cc:Card>
<cc:Card Title="{DynamicResource logLevel}">
<cc:Card Title="{DynamicResource logLevel}" Icon="&#xE749;">
<ComboBox
DisplayMemberPath="Display"
ItemsSource="{Binding LogLevels}"