mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Reword ImportFromStablePopup and display the popup regardless of whether a stable install is detected.
This commit is contained in:
@ -87,7 +87,7 @@ namespace osu.Game.Database
|
||||
return cachedStorage;
|
||||
|
||||
var taskCompletionSource = new TaskCompletionSource<string>(TaskCreationOptions.RunContinuationsAsynchronously);
|
||||
dialogOverlay.Push(new StableDirectoryLocationDialog(taskCompletionSource));
|
||||
Schedule(() => dialogOverlay.Push(new StableDirectoryLocationDialog(taskCompletionSource)));
|
||||
var stablePath = await taskCompletionSource.Task.ConfigureAwait(false);
|
||||
|
||||
return cachedStorage = new StableStorage(stablePath, desktopGameHost);
|
||||
|
Reference in New Issue
Block a user