We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac5c4c commit e3fe619Copy full SHA for e3fe619
Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
@@ -176,7 +176,7 @@ public void Init(PluginInitContext context)
176
var bundledImagesDirectory = Path.Combine(pluginDirectory, Images);
177
178
// Default images directory is in the WebSearch's application folder
179
- DefaultImagesDirectory = Path.Combine(_context.CurrentPluginMetadata.PluginDirectory, Images);
+ DefaultImagesDirectory = Path.Combine(pluginDirectory, Images);
180
Helper.ValidateDataDirectory(bundledImagesDirectory, DefaultImagesDirectory);
181
182
// Custom images directory is in the WebSearch's data location folder
0 commit comments