mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
parent
267b79a86e
commit
b0d29be067
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue