mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 23:00:48 +08:00
Rename RestoreDefaultValueButton to RevertToDefaultButton
Because I can't find it every time I search.
This commit is contained in:
@@ -217,7 +217,7 @@ namespace osu.Game.Overlays.Settings
|
||||
// intentionally done before LoadComplete to avoid overhead.
|
||||
if (ShowsDefaultIndicator)
|
||||
{
|
||||
defaultValueIndicatorContainer.Add(new RestoreDefaultValueButton<T>
|
||||
defaultValueIndicatorContainer.Add(new RevertToDefaultButton<T>
|
||||
{
|
||||
Current = controlWithCurrent.Current,
|
||||
Anchor = Anchor.Centre,
|
||||
|
||||
Reference in New Issue
Block a user