1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

remove ()

This commit is contained in:
cdwcgt 2023-02-19 02:42:33 +09:00
parent fba99b344c
commit 229b31520f

View File

@ -69,7 +69,7 @@ namespace osu.Game.Database
}
else
{
PostNotification?.Invoke(new SimpleErrorNotification()
PostNotification?.Invoke(new SimpleErrorNotification
{
Text = "File is being exported"
});