mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Add import/deletion progress notifications
This commit is contained in:
@ -537,6 +537,7 @@ namespace osu.Game
|
||||
ScoreManager.GetStableStorage = GetStorageForStableInstall;
|
||||
ScoreManager.PresentImport = items => PresentScore(items.First());
|
||||
|
||||
CollectionManager.PostNotification = n => notifications.Post(n);
|
||||
CollectionManager.GetStableStorage = GetStorageForStableInstall;
|
||||
|
||||
Container logoContainer;
|
||||
|
Reference in New Issue
Block a user