mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
rename plugin main file, part 2
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Wox.Plugin.WebSearch
|
||||
set
|
||||
{
|
||||
_icon = value;
|
||||
IconPath = Path.Combine(WebSearchPlugin.PluginDirectory, WebSearchPlugin.ImageDirectory, value);
|
||||
IconPath = Path.Combine(Main.PluginDirectory, Main.ImageDirectory, value);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace Wox.Plugin.WebSearch
|
||||
[JsonIgnore]
|
||||
internal string IconPath { get; private set; } = Path.Combine
|
||||
(
|
||||
WebSearchPlugin.PluginDirectory, WebSearchPlugin.ImageDirectory, DefaultIcon
|
||||
Main.PluginDirectory, Main.ImageDirectory, DefaultIcon
|
||||
);
|
||||
|
||||
public string Url { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user