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