Remove beta checkbox

This commit is contained in:
Michael Bucari-Tovo 2022-07-24 16:51:38 -06:00
parent 625ae1d63c
commit 7dfedbc73b
5 changed files with 2 additions and 54 deletions

View file

@ -102,7 +102,7 @@
Click="OpenLogFolderButton_Click" />
</StackPanel>
<!--
<CheckBox
Grid.Row="2"
Margin="5"
@ -112,6 +112,7 @@
<TextBlock Text="{Binding ImportantSettings.BetaOptInText}" />
</CheckBox>
-->
</Grid>
</Border>
</TabItem>