File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Plugins/Flow.Launcher.Plugin.Url Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
</Grid .RowDefinitions>
12
12
<StackPanel Orientation =" Horizontal" Grid.Row=" 0" >
13
13
<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"
15
15
Content =" {DynamicResource flowlauncher_plugin_new_window}" Click =" OnNewBrowserWindowClick" />
16
- <RadioButton x : Name =" NewTabInBrowser" GroupName = " OpenSearchBehaviour "
16
+ <RadioButton x : Name =" NewTabInBrowser"
17
17
Content =" {DynamicResource flowlauncher_plugin_new_tab}" Click =" OnNewTabClick" />
18
18
</StackPanel >
19
19
<StackPanel VerticalAlignment =" Top" Grid.Row=" 1" Height =" 106" Margin =" 0 20 0 0" >
You can’t perform that action at this time.
0 commit comments