mirror of
https://github.com/ppy/osu
synced 2024-12-13 10:28:17 +00:00
Move start fresh button above
This commit is contained in:
parent
8f792603ee
commit
ddac511c8c
@ -332,7 +332,6 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
var buttons = new List<PopupDialogButton>();
|
||||
|
||||
|
||||
switch (error)
|
||||
{
|
||||
case OsuStorageError.NotAccessible:
|
||||
@ -367,15 +366,15 @@ namespace osu.Game.Screens.Menu
|
||||
// Todo: Provide the option to search for the files similar to migration.
|
||||
buttons.AddRange(new PopupDialogButton[]
|
||||
{
|
||||
new PopupDialogCancelButton
|
||||
{
|
||||
Text = "Start fresh at specified location"
|
||||
},
|
||||
new PopupDialogOkButton
|
||||
{
|
||||
Text = "Reset to default location",
|
||||
Action = storage.ResetCustomStoragePath
|
||||
},
|
||||
new PopupDialogCancelButton
|
||||
{
|
||||
Text = "Start fresh at specified location"
|
||||
}
|
||||
});
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user