mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Minor reshuffling / recolouring
This commit is contained in:
parent
a650a5ec83
commit
3f3bfb1ffb
@ -32,7 +32,7 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
buttons.AddRange(new PopupDialogButton[]
|
||||
{
|
||||
new PopupDialogOkButton
|
||||
new PopupDialogCancelButton
|
||||
{
|
||||
Text = "Try again",
|
||||
Action = () =>
|
||||
@ -41,15 +41,15 @@ namespace osu.Game.Screens.Menu
|
||||
dialogOverlay.Push(new StorageErrorDialog(storage, nextError));
|
||||
}
|
||||
},
|
||||
new PopupDialogCancelButton
|
||||
{
|
||||
Text = "Use default location until restart",
|
||||
},
|
||||
new PopupDialogOkButton
|
||||
{
|
||||
Text = "Reset to default location",
|
||||
Action = storage.ResetCustomStoragePath
|
||||
},
|
||||
new PopupDialogCancelButton
|
||||
{
|
||||
Text = "Use default location for this session",
|
||||
},
|
||||
});
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user