[Feature] Enable WinL as modifier for hotkey and make Ctrl+WinL the new default hotkey (#153), version 1.0.17.18

This commit is contained in:
Markus Hofknecht 2021-04-22 21:10:08 +02:00
parent ceb55191f2
commit 903322eaa1

View file

@ -24,19 +24,6 @@ namespace SystemTrayMenu.Utilities
{
private static readonly ConcurrentDictionary<string, Icon> DictIconCache = new ConcurrentDictionary<string, Icon>();
// private static readonly object ReadIcon = new object();
public enum IconSize
{
Large = 0, // 32x32 pixels
Small = 1, // 16x16 pixels
}
public enum FolderType
{
Open = 0,
Closed = 1,
}
public static void Dispose()
{
foreach (Icon icon in DictIconCache.Values)