mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Save icons using GUID filename
This commit is contained in:
@@ -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));
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user