We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a9b9a commit 53f965fCopy full SHA for 53f965f
Flow.Launcher/SelectBrowserWindow.xaml
@@ -196,8 +196,8 @@
196
HorizontalAlignment="Left"
197
VerticalAlignment="Center"
198
Orientation="Horizontal">
199
- <RadioButton GroupName="browser" IsChecked="{Binding OpenInTab}">New Tab</RadioButton>
200
- <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>
201
</StackPanel>
202
<TextBlock
203
Grid.Row="3"
0 commit comments