This commit is contained in:
TheXamlGuy
2024-01-06 14:34:25 +00:00
parent 53537aa4c7
commit e1c7846e45
73 changed files with 251 additions and 198 deletions
@@ -1,6 +1,6 @@
namespace Hyperbar.Windows.Primary;
public class KeyAcceleratorCommand :
public class KeyAcceleratorCommand :
IPrimaryCommand
{
public string? Icon { get; set; }
@@ -8,5 +8,4 @@ public class KeyAcceleratorCommand :
public string? Key { get; set; }
public string[]? Modifiers { get; set; }
}
}