[Settings > New+ page] Fix enabled state of template backup info bar (#35235)

Update NewPlusPage.xaml
This commit is contained in:
Heiko 2024-10-18 16:02:25 +02:00 committed by GitHub
parent 8fb45b5a55
commit 37eaf10bf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>