Custom Boot Styles
Make your own custom boot style!
Implementing your style
Key handling
public override Dictionary<ConsoleKeyInfo, Action<BootAppInfo>> CustomKeys { get; } = new()
{
{ new ConsoleKeyInfo(...), (bai) => ... }
}Bootloader state
Last updated