mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 06:09:53 +08:00
Remove key hints for now
A proper design for this will come in the future.
This commit is contained in:
@@ -376,7 +376,7 @@ namespace osu.Game.Overlays.Mods
|
||||
DeselectAllButton = new TriangleButton
|
||||
{
|
||||
Width = 180,
|
||||
Text = "1. Deselect All",
|
||||
Text = "Deselect All",
|
||||
Action = DeselectAll,
|
||||
Margin = new MarginPadding
|
||||
{
|
||||
@@ -386,7 +386,7 @@ namespace osu.Game.Overlays.Mods
|
||||
CloseButton = new TriangleButton
|
||||
{
|
||||
Width = 180,
|
||||
Text = "2. Close",
|
||||
Text = "Close",
|
||||
Action = Hide,
|
||||
Margin = new MarginPadding
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user