Remove key hints for now

A proper design for this will come in the future.
This commit is contained in:
Dean Herbert 2019-06-07 15:32:48 +09:00
parent 0ce5c7468f
commit b914bb1e2e
1 changed files with 2 additions and 2 deletions

View File

@ -376,7 +376,7 @@ public ModSelectOverlay()
DeselectAllButton = new TriangleButton
{
Width = 180,
Text = "1. Deselect All",
Text = "Deselect All",
Action = DeselectAll,
Margin = new MarginPadding
{
@ -386,7 +386,7 @@ public ModSelectOverlay()
CloseButton = new TriangleButton
{
Width = 180,
Text = "2. Close",
Text = "Close",
Action = Hide,
Margin = new MarginPadding
{