mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Fix an issue when switch between plugin with icons and without icons.
This commit is contained in:
@@ -19,6 +19,7 @@ namespace Wox.Plugin.SystemPlugins
|
||||
{
|
||||
get
|
||||
{
|
||||
if (string.IsNullOrEmpty(IcoPath)) return string.Empty;
|
||||
if (IcoPath.StartsWith("data:"))
|
||||
{
|
||||
return IcoPath;
|
||||
|
||||
Reference in New Issue
Block a user