mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Rename GracefullyExit
to AttemptExit
This commit is contained in:
@ -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();
|
||||
}, () => { }));
|
||||
},
|
||||
() => { }));
|
||||
|
Reference in New Issue
Block a user