Skip to content

Commit 69d3377

Browse files
authored
fix: default options not detected as selected unless going through Select features
1 parent 3d01408 commit 69d3377

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: src/playbook.conf

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
<DonateLink>https://www.buymeacoffee.com/meetrevision</DonateLink>
2929
<FeaturePages>
3030
<RadioImagePage CheckDefaultBrowser="true" DependsOn="software"
31-
DefaultOption="browser-brave"
31+
DefaultOption="browser-brave" IsRequired="true"
3232
Description="Please select a preferred browser. We can only provide a curated experience for some options.">
33-
<TopLine Text="We strongly recommend Brave or Firefox" />
33+
<!-- <TopLine Text="We strongly recommend Brave or Firefox" /> -->
3434
<Options>
3535
<RadioImageOption None="true" />
3636
<RadioImageOption>
@@ -64,7 +64,7 @@
6464
</Options>
6565
<BottomLine Text="Privacy comparison" Link="https://privacytests.org/" />
6666
</RadioImagePage>
67-
<CheckboxPage Description="Please select which components you would like to include or exclude with this Playbook.">
67+
<CheckboxPage IsRequired="true" Description="Please select which components you would like to include or exclude with this Playbook.">
6868
<Options>
6969
<!-- <CheckboxOption IsChecked="false">
7070
<Text>Install .NET 3.5 Framework</Text>
@@ -80,7 +80,7 @@
8080
</CheckboxOption>
8181
</Options>
8282
</CheckboxPage>
83-
<CheckboxPage Description="Please select which UWP Appx packages you would like to remove.">
83+
<CheckboxPage IsRequired="true" Description="Please select which UWP Appx packages you would like to remove.">
8484
<Options>
8585
<CheckboxOption IsChecked="true">
8686
<Text>Remove Photos</Text>
@@ -96,7 +96,7 @@
9696
</CheckboxOption>
9797
</Options>
9898
</CheckboxPage>
99-
<CheckboxPage Description="General configuration options.">
99+
<CheckboxPage IsRequired="true" Description="General configuration options.">
100100
<Options>
101101
<CheckboxOption IsChecked="true">
102102
<Text>Apply Revision wallpaper</Text>
@@ -116,7 +116,7 @@
116116
</CheckboxOption>
117117
</Options>
118118
</CheckboxPage>
119-
<CheckboxPage Description="General configuration options v2">
119+
<CheckboxPage IsRequired="true" Description="General configuration options v2">
120120
<Options>
121121
<CheckboxOption IsChecked="true">
122122
<Text>Configure Explorer Folder View</Text>

0 commit comments

Comments
 (0)