We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28626a commit aedb2d4Copy full SHA for aedb2d4
Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml
@@ -379,12 +379,15 @@
379
380
<!-- Theme -->
381
<cc:ExCard
382
+ x:Name="ThemeCard"
383
Title="{DynamicResource theme}"
384
Margin="0 8 0 0"
385
Icon="">
386
<cc:ExCard.SideContent>
387
<StackPanel>
- <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}" />
391
</StackPanel>
392
</cc:ExCard.SideContent>
393
<ListBox
0 commit comments