mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 01:33:10 +08:00
Fix notification text not including export filename
This commit is contained in:
parent
9cafb20fcb
commit
fc2d2de34c
@ -112,7 +112,7 @@ namespace osu.Game.Database
|
||||
ProgressNotification notification = new ProgressNotification
|
||||
{
|
||||
State = ProgressNotificationState.Active,
|
||||
Text = "Exporting...",
|
||||
Text = $"Exporting {itemFilename}...",
|
||||
};
|
||||
PostNotification?.Invoke(notification);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user