Use StableStorage in ArchiveModelManager.

This commit is contained in:
Lucas A
2021-01-24 19:46:10 +01:00
parent 9a5790cd31
commit d71ac83428
4 changed files with 7 additions and 5 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Desktop
noVersionOverlay = args?.Any(a => a == "--no-version-overlay") ?? false;
}
public override Storage GetStorageForStableInstall()
public override StableStorage GetStorageForStableInstall()
{
try
{