Fix an issue when switch between plugin with icons and without icons.

This commit is contained in:
qianlifeng
2014-07-17 18:51:34 +08:00
parent 39aadaa220
commit 4f8c6e64fb
4 changed files with 6 additions and 3 deletions

View File

@@ -45,6 +45,8 @@ namespace Wox.Plugin
{
get
{
if (string.IsNullOrEmpty(IcoPath)) return string.Empty;
if (IcoPath.StartsWith("data:"))
{
return IcoPath;