mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +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>();
|
var buttons = new List<PopupDialogButton>();
|
||||||
|
|
||||||
|
|
||||||
switch (error)
|
switch (error)
|
||||||
{
|
{
|
||||||
case OsuStorageError.NotAccessible:
|
case OsuStorageError.NotAccessible:
|
||||||
@ -367,15 +366,15 @@ namespace osu.Game.Screens.Menu
|
|||||||
// Todo: Provide the option to search for the files similar to migration.
|
// Todo: Provide the option to search for the files similar to migration.
|
||||||
buttons.AddRange(new PopupDialogButton[]
|
buttons.AddRange(new PopupDialogButton[]
|
||||||
{
|
{
|
||||||
|
new PopupDialogCancelButton
|
||||||
|
{
|
||||||
|
Text = "Start fresh at specified location"
|
||||||
|
},
|
||||||
new PopupDialogOkButton
|
new PopupDialogOkButton
|
||||||
{
|
{
|
||||||
Text = "Reset to default location",
|
Text = "Reset to default location",
|
||||||
Action = storage.ResetCustomStoragePath
|
Action = storage.ResetCustomStoragePath
|
||||||
},
|
},
|
||||||
new PopupDialogCancelButton
|
|
||||||
{
|
|
||||||
Text = "Start fresh at specified location"
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user