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

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
Kevin Zhang 2022-01-17 09:09:11 -06:00 committed by GitHub
parent 267b79a86e
commit b0d29be067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,9 +166,7 @@ namespace Flow.Launcher.Plugin.WebSearch
// Custom images directory is in the WebSearch's data location folder
var name = Path.GetFileNameWithoutExtension(_context.CurrentPluginMetadata.ExecuteFileName);
CustomImagesDirectory = Path.Combine(DataLocation.PluginSettingsDirectory, name, "CustomIcons");
}
;
};
}
#region ISettingProvider Members