remove group to make sure everything static

This commit is contained in:
Kevin Zhang 2021-12-08 17:44:44 -06:00
parent 38a9b9a5cb
commit 53f965f1f4

View file

@ -196,8 +196,8 @@
HorizontalAlignment="Left"
VerticalAlignment="Center"
Orientation="Horizontal">
<RadioButton GroupName="browser" IsChecked="{Binding OpenInTab}">New Tab</RadioButton>
<RadioButton GroupName="browser" IsChecked="{Binding OpenInNewWindow, Mode=OneTime}">New Window</RadioButton>
<RadioButton IsChecked="{Binding OpenInTab}">New Tab</RadioButton>
<RadioButton IsChecked="{Binding OpenInNewWindow, Mode=OneTime}">New Window</RadioButton>
</StackPanel>
<TextBlock
Grid.Row="3"