mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 21:47:31 +09:00
spacing oops
This commit is contained in:
parent
e0cef6686d
commit
c49dcca1ff
@ -231,7 +231,7 @@ namespace osu.Game.Collections
|
|||||||
public void DeleteAll()
|
public void DeleteAll()
|
||||||
{
|
{
|
||||||
Collections.Clear();
|
Collections.Clear();
|
||||||
PostNotification?.Invoke(new ProgressCompletionNotification { Text = "Deleted all collections!"});
|
PostNotification?.Invoke(new ProgressCompletionNotification { Text = "Deleted all collections!" });
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly object saveLock = new object();
|
private readonly object saveLock = new object();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user