More refactoring

This commit is contained in:
TheXamlGuy
2024-01-11 19:52:48 +00:00
parent 7ccfedb5e2
commit 814c806240
16 changed files with 125 additions and 78 deletions
@@ -5,6 +5,6 @@ public class PrimaryWidgetConfiguration :
{
public static PrimaryWidgetConfiguration Defaults => new()
{
new KeyAcceleratorCommandConfiguration { Icon = "\uE720", Key = 91, Modifiers = [] }
new KeyAcceleratorCommandConfiguration { Id = $"{Guid.NewGuid()}", Icon = "\uE720", Key = 91, Modifiers = [] }
};
}