fix formatting issue 2 with core dump
This commit is contained in:
@@ -74,7 +74,9 @@ public static class KeySelectionScreen
|
||||
.Title("[bold]Select HDBUSERSTORE key:[/]")
|
||||
.PageSize(15)
|
||||
.HighlightStyle(Style.Parse("bold dodgerblue1"))
|
||||
.UseConverter(name => displayMap.TryGetValue(name, out var label) ? label : name)
|
||||
.UseConverter(name => displayMap.TryGetValue(name, out var label)
|
||||
? Markup.Escape(label)
|
||||
: Markup.Escape(name))
|
||||
.AddChoices(choiceNames);
|
||||
|
||||
var selected = AnsiConsole.Prompt(prompt);
|
||||
|
||||
Reference in New Issue
Block a user