Skip to content

Commit

Permalink
fix: default options not detected as selected unless going through Se…
Browse files Browse the repository at this point in the history
…lect features
  • Loading branch information
melo936 authored Dec 7, 2023
1 parent 3d01408 commit 69d3377
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/playbook.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 69d3377

Please sign in to comment.