mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:12:57 +08:00
Merge pull request #10193 from tilda/notification-consistency-collections-import
Change collection deletion notification to be consistent
This commit is contained in:
commit
e119b78e81
@ -230,7 +230,7 @@ namespace osu.Game.Collections
|
||||
public void DeleteAll()
|
||||
{
|
||||
Collections.Clear();
|
||||
PostNotification?.Invoke(new SimpleNotification { Text = "Deleted all collections!" });
|
||||
PostNotification?.Invoke(new ProgressCompletionNotification { Text = "Deleted all collections!" });
|
||||
}
|
||||
|
||||
private readonly object saveLock = new object();
|
||||
|
Loading…
Reference in New Issue
Block a user