Skip to content

Commit e3fe619

Browse files
committed
per comment
1 parent eac5c4c commit e3fe619

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.WebSearch

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public void Init(PluginInitContext context)
176176
var bundledImagesDirectory = Path.Combine(pluginDirectory, Images);
177177

178178
// Default images directory is in the WebSearch's application folder
179-
DefaultImagesDirectory = Path.Combine(_context.CurrentPluginMetadata.PluginDirectory, Images);
179+
DefaultImagesDirectory = Path.Combine(pluginDirectory, Images);
180180
Helper.ValidateDataDirectory(bundledImagesDirectory, DefaultImagesDirectory);
181181

182182
// Custom images directory is in the WebSearch's data location folder

0 commit comments

Comments
 (0)