mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Move websearch images to %APPDATA%
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Wox.Plugin.WebSearch
|
||||
set
|
||||
{
|
||||
_icon = value;
|
||||
IconPath = Path.Combine(Main.PluginDirectory, Main.ImageDirectory, value);
|
||||
IconPath = Path.Combine(Main.ImagesDirectory, value);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace Wox.Plugin.WebSearch
|
||||
[JsonIgnore]
|
||||
internal string IconPath { get; private set; } = Path.Combine
|
||||
(
|
||||
Main.PluginDirectory, Main.ImageDirectory, DefaultIcon
|
||||
Main.ImagesDirectory, DefaultIcon
|
||||
);
|
||||
|
||||
public string Url { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user