made DeleteAll-button pink

This commit is contained in:
Aergwyn
2017-12-18 17:04:35 +01:00
parent 2e196661bb
commit 6ac33e3c00
3 changed files with 26 additions and 2 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Game.Overlays.Settings.Sections.Maintenance
.ContinueWith(t => Schedule(() => importButton.Enabled.Value = true), TaskContinuationOptions.LongRunning);
}
},
deleteButton = new SettingsButton
deleteButton = new DangerousSettingsButton
{
Text = "Delete ALL beatmaps",
Action = () =>