CompletionText

Co-Authored-By: Dean Herbert <pe@ppy.sh>
This commit is contained in:
cdwcgt 2023-04-09 22:25:47 +09:00
parent de21b4a2f7
commit 49193a2bdd
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -122,7 +122,7 @@ namespace osu.Game.Database
}
else
{
notification.CompletionText = "Export Complete, Click to open the folder";
notification.CompletionText = $"Exported {itemFilename}! Click to view.";
notification.CompletionClickAction = () => exportStorage.PresentFileExternally(filename);
notification.State = ProgressNotificationState.Completed;
}