1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

remove CompletionText in Constructor

this will never used

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

View File

@ -97,7 +97,6 @@ namespace osu.Game.Database
{
State = ProgressNotificationState.Active,
Text = "Exporting...",
CompletionText = "Export completed"
};
PostNotification?.Invoke(notification);