File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Plugins/Flow.Launcher.Plugin.WebSearch Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ private async Task<IEnumerable<Result>> SuggestionsAsync(string keyword, string
136136 ActionKeywordAssigned = searchSource . ActionKeyword == SearchSourceGlobalPluginWildCardSign ? string . Empty : searchSource . ActionKeyword ,
137137 Action = c =>
138138 {
139- searchSource . Url . Replace ( "{q}" , Uri . EscapeDataString ( o ) ) ;
139+ _context . API . OpenUrl ( searchSource . Url . Replace ( "{q}" , Uri . EscapeDataString ( o ) ) ) ;
140140
141141 return true ;
142142 }
@@ -156,7 +156,7 @@ void Init()
156156
157157 _settings = _context . API . LoadSettingJsonStorage < Settings > ( ) ;
158158 _viewModel = new SettingsViewModel ( _settings ) ;
159-
159+
160160 var pluginDirectory = _context . CurrentPluginMetadata . PluginDirectory ;
161161 var bundledImagesDirectory = Path . Combine ( pluginDirectory , Images ) ;
162162
You can’t perform that action at this time.
0 commit comments