mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
commit
84ac30b8d2
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ namespace Wox.Plugin.WebSearch
|
|||
public string ActionKeyword { get; set; }
|
||||
|
||||
[NotNull]
|
||||
public string Icon { private get; set; } = DefaultIcon;
|
||||
public string Icon { get; set; } = DefaultIcon;
|
||||
|
||||
/// <summary>
|
||||
/// All icon should be put under Images directory
|
||||
|
|
|
|||
Loading…
Reference in a new issue