fix: default options not detected as selected unless going through Select features

This commit is contained in:
h3r0 2023-12-07 07:53:54 +00:00 committed by GitHub
parent 3d01408b86
commit 69d3377ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -28,9 +28,9 @@
<DonateLink>https://www.buymeacoffee.com/meetrevision</DonateLink>
<FeaturePages>
<RadioImagePage CheckDefaultBrowser="true" DependsOn="software"
DefaultOption="browser-brave"
DefaultOption="browser-brave" IsRequired="true"
Description="Please select a preferred browser. We can only provide a curated experience for some options.">
<TopLine Text="We strongly recommend Brave or Firefox" />
<!-- <TopLine Text="We strongly recommend Brave or Firefox" /> -->
<Options>
<RadioImageOption None="true" />
<RadioImageOption>
@ -64,7 +64,7 @@
</Options>
<BottomLine Text="Privacy comparison" Link="https://privacytests.org/" />
</RadioImagePage>
<CheckboxPage Description="Please select which components you would like to include or exclude with this Playbook.">
<CheckboxPage IsRequired="true" Description="Please select which components you would like to include or exclude with this Playbook.">
<Options>
<!-- <CheckboxOption IsChecked="false">
<Text>Install .NET 3.5 Framework</Text>
@ -80,7 +80,7 @@
</CheckboxOption>
</Options>
</CheckboxPage>
<CheckboxPage Description="Please select which UWP Appx packages you would like to remove.">
<CheckboxPage IsRequired="true" Description="Please select which UWP Appx packages you would like to remove.">
<Options>
<CheckboxOption IsChecked="true">
<Text>Remove Photos</Text>
@ -96,7 +96,7 @@
</CheckboxOption>
</Options>
</CheckboxPage>
<CheckboxPage Description="General configuration options.">
<CheckboxPage IsRequired="true" Description="General configuration options.">
<Options>
<CheckboxOption IsChecked="true">
<Text>Apply Revision wallpaper</Text>
@ -116,7 +116,7 @@
</CheckboxOption>
</Options>
</CheckboxPage>
<CheckboxPage Description="General configuration options v2">
<CheckboxPage IsRequired="true" Description="General configuration options v2">
<Options>
<CheckboxOption IsChecked="true">
<Text>Configure Explorer Folder View</Text>