mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 14:59:16 +08:00
[Settings > New+ page] Fix enabled state of template backup info bar (#35235)
Update NewPlusPage.xaml
This commit is contained in:
parent
8fb45b5a55
commit
37eaf10bf0
@ -60,9 +60,9 @@
|
|||||||
|
|
||||||
<InfoBar
|
<InfoBar
|
||||||
x:Uid="NewPlus_TemplatesNotBackupAndRestoreWarning"
|
x:Uid="NewPlus_TemplatesNotBackupAndRestoreWarning"
|
||||||
IsClosable="True"
|
IsClosable="False"
|
||||||
IsOpen="True"
|
IsOpen="{x:Bind ViewModel.IsEnabled, Mode=OneWay}"
|
||||||
IsTabStop="True"
|
IsTabStop="{x:Bind ViewModel.IsEnabled, Mode=OneWay}"
|
||||||
Severity="Informational" />
|
Severity="Informational" />
|
||||||
|
|
||||||
</controls:SettingsGroup>
|
</controls:SettingsGroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user