mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 01:40:03 +08:00
spacing oops
This commit is contained in:
@@ -231,7 +231,7 @@ namespace osu.Game.Collections
|
||||
public void DeleteAll()
|
||||
{
|
||||
Collections.Clear();
|
||||
PostNotification?.Invoke(new ProgressCompletionNotification { Text = "Deleted all collections!"});
|
||||
PostNotification?.Invoke(new ProgressCompletionNotification { Text = "Deleted all collections!" });
|
||||
}
|
||||
|
||||
private readonly object saveLock = new object();
|
||||
|
||||
Reference in New Issue
Block a user