Skip to content

Commit aedb2d4

Browse files
committed
Add Selected Item TextBlock
1 parent e28626a commit aedb2d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,12 +379,15 @@
379379

380380
<!-- Theme -->
381381
<cc:ExCard
382+
x:Name="ThemeCard"
382383
Title="{DynamicResource theme}"
383384
Margin="0 8 0 0"
384385
Icon="&#xe790;">
385386
<cc:ExCard.SideContent>
386387
<StackPanel>
387-
<TextBlock Text="{Binding SelectedItem.Name, RelativeSource={RelativeSource AncestorType={x:Type ListBox}}}" />
388+
<TextBlock Text="{Binding SelectedTheme.Name}" />
389+
<TextBlock Text="{Binding SelectedTheme.IsDark}" />
390+
<TextBlock Text="{Binding SelectedTheme.IsBlur}" />
388391
</StackPanel>
389392
</cc:ExCard.SideContent>
390393
<ListBox

0 commit comments

Comments
 (0)