[New+]Windows 10 support (#35832)

This commit is contained in:
Christian Gaarden Gaardmark
2024-11-27 06:22:05 -08:00
committed by GitHub
parent 08fe8089b8
commit 084402a2bd
32 changed files with 1246 additions and 109 deletions

View File

@@ -23,13 +23,6 @@
<ToggleSwitch x:Uid="ToggleSwitch" IsOn="{x:Bind ViewModel.IsEnabled, Mode=TwoWay}" />
</tkcontrols:SettingsCard>
<InfoBar
x:Uid="NewPlus_NoWindows10SupportWarning"
IsClosable="False"
IsOpen="{x:Bind ViewModel.IsWin10OrLower, Mode=OneWay}"
IsTabStop="{x:Bind ViewModel.IsWin10OrLower, Mode=OneWay}"
Severity="Warning" />
<InfoBar
x:Uid="GPO_SettingIsManaged"
IsClosable="False"