Skip to content

Commit a7ac7b1

Browse files
committed
remove GroupName attribute from Url plugin's open url behaviour
fixes the new tab/window selection binding not working with the new ui
1 parent 5610ca3 commit a7ac7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.Url/SettingsControl.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</Grid.RowDefinitions>
1212
<StackPanel Orientation="Horizontal" Grid.Row="0">
1313
<Label Content="{DynamicResource flowlauncher_plugin_url_open_search_in}" Margin="0 10 15 0" />
14-
<RadioButton x:Name="NewWindowBrowser" GroupName="OpenSearchBehaviour"
14+
<RadioButton x:Name="NewWindowBrowser"
1515
Content="{DynamicResource flowlauncher_plugin_new_window}" Click="OnNewBrowserWindowClick" />
16-
<RadioButton x:Name="NewTabInBrowser" GroupName="OpenSearchBehaviour"
16+
<RadioButton x:Name="NewTabInBrowser"
1717
Content="{DynamicResource flowlauncher_plugin_new_tab}" Click="OnNewTabClick" />
1818
</StackPanel>
1919
<StackPanel VerticalAlignment="Top" Grid.Row="1" Height="106" Margin="0 20 0 0">

0 commit comments

Comments
 (0)