Codemaid
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user