Bunch of changes for ItemsView and threads.
This commit is contained in:
@@ -108,6 +108,7 @@
|
||||
|
||||
<TextBlock
|
||||
x:Name="ElementThemeSelectionDisabledTextBlock"
|
||||
Margin="4,0,0,0"
|
||||
x:Load="{x:Bind ViewModel.CanSelectElementTheme, Mode=OneWay, Converter={StaticResource ReverseBooleanConverter}}"
|
||||
Foreground="{ThemeResource InfoBarWarningSeverityIconBackground}"
|
||||
Text="{x:Bind domain:Translator.SettingsElementThemeSelectionDisabled}" />
|
||||
@@ -149,7 +150,10 @@
|
||||
</controls:SettingsExpander>
|
||||
|
||||
<!-- Backdrop Selection -->
|
||||
<controls:SettingsCard Description="Choose the backdrop effect for your app window" Header="Window Backdrop">
|
||||
<controls:SettingsCard
|
||||
Description="Choose the backdrop effect for your app window"
|
||||
Header="Window Backdrop"
|
||||
IsEnabled="{x:Bind ViewModel.CanSelectElementTheme, Mode=OneWay}">
|
||||
<controls:SettingsCard.HeaderIcon>
|
||||
<PathIcon Data="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z" />
|
||||
</controls:SettingsCard.HeaderIcon>
|
||||
|
||||
Reference in New Issue
Block a user