Rename GracefullyExit to AttemptExit

This commit is contained in:
Dean Herbert
2022-06-19 12:34:14 +09:00
parent f7fc456bb1
commit 50e40756c4
5 changed files with 7 additions and 6 deletions

View File

@ -56,7 +56,7 @@ namespace osu.Game.Overlays.Settings.Sections.Maintenance
dialogOverlay.Push(new ConfirmDialog("To complete this operation, osu! will close. Please open it again to use the new data location.", () =>
{
(storage as OsuStorage)?.ChangeDataPath(target.FullName);
game.GracefullyExit();
game.AttemptExit();
}, () => { }));
},
() => { }));