Skip to content

Commit 53f965f

Browse files
committed
remove group to make sure everything static
1 parent 38a9b9a commit 53f965f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SelectBrowserWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@
196196
HorizontalAlignment="Left"
197197
VerticalAlignment="Center"
198198
Orientation="Horizontal">
199-
<RadioButton GroupName="browser" IsChecked="{Binding OpenInTab}">New Tab</RadioButton>
200-
<RadioButton GroupName="browser" IsChecked="{Binding OpenInNewWindow, Mode=OneTime}">New Window</RadioButton>
199+
<RadioButton IsChecked="{Binding OpenInTab}">New Tab</RadioButton>
200+
<RadioButton IsChecked="{Binding OpenInNewWindow, Mode=OneTime}">New Window</RadioButton>
201201
</StackPanel>
202202
<TextBlock
203203
Grid.Row="3"

0 commit comments

Comments
 (0)