Skip to content

Commit

Permalink
Improve color consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
neatodev committed Apr 16, 2024
1 parent 9cb3313 commit 08b552c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Data/Controls/InputHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ public void SetButton(Button Bt, string Text)
break;
}
}

if (Bt.Text.Equals("Unbound"))
{
Bt.ForeColor = Color.Maroon;
}
}

public bool KeyIsBanned(KeyEventArgs e)
Expand Down

0 comments on commit 08b552c

Please sign in to comment.