mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add Selected Item TextBlock
This commit is contained in:
parent
e28626abed
commit
aedb2d4227
1 changed files with 4 additions and 1 deletions
|
|
@ -379,12 +379,15 @@
|
|||
|
||||
<!-- Theme -->
|
||||
<cc:ExCard
|
||||
x:Name="ThemeCard"
|
||||
Title="{DynamicResource theme}"
|
||||
Margin="0 8 0 0"
|
||||
Icon="">
|
||||
<cc:ExCard.SideContent>
|
||||
<StackPanel>
|
||||
<TextBlock Text="{Binding SelectedItem.Name, RelativeSource={RelativeSource AncestorType={x:Type ListBox}}}" />
|
||||
<TextBlock Text="{Binding SelectedTheme.Name}" />
|
||||
<TextBlock Text="{Binding SelectedTheme.IsDark}" />
|
||||
<TextBlock Text="{Binding SelectedTheme.IsBlur}" />
|
||||
</StackPanel>
|
||||
</cc:ExCard.SideContent>
|
||||
<ListBox
|
||||
|
|
|
|||
Loading…
Reference in a new issue