mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +01:00
[Settings > New+ page] Fix enabled state of template backup info bar (#35235)
Update NewPlusPage.xaml
This commit is contained in:
@@ -60,9 +60,9 @@
|
||||
|
||||
<InfoBar
|
||||
x:Uid="NewPlus_TemplatesNotBackupAndRestoreWarning"
|
||||
IsClosable="True"
|
||||
IsOpen="True"
|
||||
IsTabStop="True"
|
||||
IsClosable="False"
|
||||
IsOpen="{x:Bind ViewModel.IsEnabled, Mode=OneWay}"
|
||||
IsTabStop="{x:Bind ViewModel.IsEnabled, Mode=OneWay}"
|
||||
Severity="Informational" />
|
||||
|
||||
</controls:SettingsGroup>
|
||||
|
||||
Reference in New Issue
Block a user