Rip out Microsoft's configuration and replace because it simply doesn't support polymorphism.... we are getting advanced boys!!!
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
namespace Hyperbar.Windows.Primary;
|
||||
|
||||
public class KeyAcceleratorCommandConfiguration :
|
||||
IPrimaryCommandConfiguration
|
||||
PrimaryCommandConfiguration
|
||||
{
|
||||
public string? Icon { get; set; }
|
||||
public int Key { get; set; }
|
||||
|
||||
public string? Key { get; set; }
|
||||
|
||||
public string[]? Modifiers { get; set; }
|
||||
}
|
||||
public int[]? Modifiers { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user