1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

Auto-close notification after successful download

This commit is contained in:
Bartłomiej Dach 2023-09-18 14:54:36 +02:00
parent 4cdd19bb5a
commit 25e43bd7d7
No known key found for this signature in database

View File

@ -95,6 +95,7 @@ namespace osu.Game.Database
var importTask = new ImportTask(scoreStream, "score.osr");
scoreManager.Import(new[] { importTask });
realmSubscription?.Dispose();
Close(false);
}
}