mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add FontIcon
This commit is contained in:
parent
4dcb35ee24
commit
0d9f207915
1 changed files with 13 additions and 3 deletions
|
|
@ -384,10 +384,20 @@
|
|||
Margin="0 8 0 0"
|
||||
Icon="">
|
||||
<cc:ExCard.SideContent>
|
||||
<StackPanel>
|
||||
<StackPanel VerticalAlignment="Center" Orientation="Horizontal">
|
||||
<TextBlock Text="{Binding SelectedTheme.Name}" />
|
||||
<TextBlock Text="{Binding SelectedTheme.IsDark}" />
|
||||
<TextBlock Text="{Binding SelectedTheme.IsBlur}" />
|
||||
<ui:FontIcon
|
||||
Margin="8 0 0 0"
|
||||
VerticalAlignment="Center"
|
||||
FontSize="12"
|
||||
Glyph=""
|
||||
Visibility="{Binding SelectedTheme.IsDark, Converter={StaticResource BoolToVisibilityConverter}}" />
|
||||
<ui:FontIcon
|
||||
Margin="8 0 0 0"
|
||||
VerticalAlignment="Center"
|
||||
FontSize="12"
|
||||
Glyph=""
|
||||
Visibility="{Binding SelectedTheme.IsBlur, Converter={StaticResource BoolToVisibilityConverter}}" />
|
||||
</StackPanel>
|
||||
</cc:ExCard.SideContent>
|
||||
<ListBox
|
||||
|
|
|
|||
Loading…
Reference in a new issue