mirror of
https://github.com/ppy/osu
synced 2025-01-17 03:21:09 +00:00
CompletionText
Co-Authored-By: Dean Herbert <pe@ppy.sh>
This commit is contained in:
parent
de21b4a2f7
commit
49193a2bdd
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user