mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix null bug in 4c07698c99a1e30f441af5d2782a679c5ff68968
This commit is contained in:
parent
45b3863353
commit
b6a7e049e6
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ namespace Wox.Plugin.WebSearch
|
|||
{
|
||||
|
||||
var pluginDirectory = context.CurrentPluginMetadata.PluginDirectory;
|
||||
_context = context;
|
||||
var bundledImagesDirectory = Path.Combine(pluginDirectory, Images);
|
||||
ImagesDirectory = Path.Combine(_context.CurrentPluginMetadata.PluginDirectory, Images);
|
||||
Helper.ValidateDataDirectory(bundledImagesDirectory, ImagesDirectory);
|
||||
|
|
|
|||
Loading…
Reference in a new issue