mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 05:39:53 +08:00
Rename RestoreDefaultValueButton to RevertToDefaultButton
Because I can't find it every time I search.
This commit is contained in:
@@ -103,7 +103,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
{
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
Width = SettingsPanel.CONTENT_MARGINS,
|
||||
Child = new RestoreDefaultValueButton<bool>
|
||||
Child = new RevertToDefaultButton<bool>
|
||||
{
|
||||
Current = isDefault,
|
||||
Action = RestoreDefaults,
|
||||
|
||||
Reference in New Issue
Block a user