1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 12:10:12 +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
Unverified
parent 49193a2bdd
commit fc55b96e77
-1
View File
@@ -97,7 +97,6 @@ namespace osu.Game.Database
{
State = ProgressNotificationState.Active,
Text = "Exporting...",
CompletionText = "Export completed"
};
PostNotification?.Invoke(notification);