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
136
136
ActionKeywordAssigned = searchSource . ActionKeyword == SearchSourceGlobalPluginWildCardSign ? string . Empty : searchSource . ActionKeyword ,
137
137
Action = c =>
138
138
{
139
- searchSource . Url . Replace ( "{q}" , Uri . EscapeDataString ( o ) ) ;
139
+ _context . API . OpenUrl ( searchSource . Url . Replace ( "{q}" , Uri . EscapeDataString ( o ) ) ) ;
140
140
141
141
return true ;
142
142
}
@@ -156,7 +156,7 @@ void Init()
156
156
157
157
_settings = _context . API . LoadSettingJsonStorage < Settings > ( ) ;
158
158
_viewModel = new SettingsViewModel ( _settings ) ;
159
-
159
+
160
160
var pluginDirectory = _context . CurrentPluginMetadata . PluginDirectory ;
161
161
var bundledImagesDirectory = Path . Combine ( pluginDirectory , Images ) ;
162
162
You can’t perform that action at this time.
0 commit comments