mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
per comment
This commit is contained in:
parent
eac5c4c47c
commit
e3fe619a9f
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ namespace Flow.Launcher.Plugin.WebSearch
|
|||
var bundledImagesDirectory = Path.Combine(pluginDirectory, Images);
|
||||
|
||||
// Default images directory is in the WebSearch's application folder
|
||||
DefaultImagesDirectory = Path.Combine(_context.CurrentPluginMetadata.PluginDirectory, Images);
|
||||
DefaultImagesDirectory = Path.Combine(pluginDirectory, Images);
|
||||
Helper.ValidateDataDirectory(bundledImagesDirectory, DefaultImagesDirectory);
|
||||
|
||||
// Custom images directory is in the WebSearch's data location folder
|
||||
|
|
|
|||
Loading…
Reference in a new issue