Skip to content

Commit 2acfbf1

Browse files
committed
Change to shared command WebSearch
1 parent 046ccfc commit 2acfbf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/SettingWindow.xaml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
using Flow.Launcher.Infrastructure.Hotkey;
1818
using Flow.Launcher.Infrastructure.UserSettings;
1919
using Flow.Launcher.Plugin;
20+
using Flow.Launcher.Plugin.SharedCommands;
2021
using Flow.Launcher.ViewModel;
2122

2223
namespace Flow.Launcher
@@ -269,7 +270,7 @@ private async void OnCheckUpdates(object sender, RoutedEventArgs e)
269270

270271
private void OnRequestNavigate(object sender, RequestNavigateEventArgs e)
271272
{
272-
Process.Start(new ProcessStartInfo(e.Uri.AbsoluteUri));
273+
SearchWeb.NewBrowserWindow(e.Uri.AbsoluteUri);
273274
e.Handled = true;
274275
}
275276

0 commit comments

Comments
 (0)