Highlight missing trainings
This commit is contained in:
parent
c859e2553c
commit
4122853a96
@ -162,7 +162,7 @@ internal sealed class MainWindow : Window, IDisposable
|
||||
ImGui.Text($"Trainings needed ({result.Trainings.Count})");
|
||||
ImGui.Indent();
|
||||
foreach (var training in result.Trainings)
|
||||
ImGui.Text($"{training.Name}");
|
||||
ImGui.TextColored(ImGuiColors.DalamudYellow, $"{training.Name}");
|
||||
ImGui.Unindent();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user