diff --git a/GorillaTagLIV/LivComputerView.cs b/GorillaTagLIV/LivComputerView.cs index 28a3f0b..24be794 100644 --- a/GorillaTagLIV/LivComputerView.cs +++ b/GorillaTagLIV/LivComputerView.cs @@ -10,7 +10,7 @@ namespace GorillaTagLIV { public class LivComputerView : ComputerView { - private const string highlightColor = "00ff0010"; + private const string highlightColor = "52fc03"; private readonly UISelectionHandler selectionHandler; public LivComputerView() @@ -61,6 +61,8 @@ private void UpdateScreen() str.MakeBar('-', SCREEN_WIDTH, 0, "ffffff10"); str.EndAlign().AppendLines(1); str.AppendLine(selectionHandler.GetIndicatedText(0, $"Show Gorilla Body: Yes" : "white>No")}")); + str.AppendLines(2); + str.AppendClr("Press ENTER to toggle setting", "ffffff10").EndColor().AppendLine(); }); } }