mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user