Save icons using GUID filename

This commit is contained in:
Coenraad Stijne
2014-07-19 14:31:19 +02:00
parent a5d63bc383
commit 10204a4526
3 changed files with 7 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ namespace Wox.Plugin.SystemPlugins.ControlPanel
myIcon = getIcon(currentKey, size);
controlPanelItems.Add(new ControlPanelItem(localizedString, infoTip, executablePath, myIcon));
controlPanelItems.Add(new ControlPanelItem(localizedString, infoTip, key, executablePath, myIcon));
}
}