Change DarkMode Glyph

This commit is contained in:
DB p 2021-11-29 21:16:08 +09:00
parent 5fbf717b42
commit 0464e14165

View file

@ -1933,7 +1933,7 @@
SelectedValuePath="Value"
SelectionChanged="DarkModeSelectedIndexChanged" />
<TextBlock Style="{StaticResource Glyph}">
&#xe708;
&#xe793;
</TextBlock>
</ItemsControl>
</Border>