mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Auto-close notification after successful download
This commit is contained in:
parent
4cdd19bb5a
commit
25e43bd7d7
@ -95,6 +95,7 @@ namespace osu.Game.Database
|
||||
var importTask = new ImportTask(scoreStream, "score.osr");
|
||||
scoreManager.Import(new[] { importTask });
|
||||
realmSubscription?.Dispose();
|
||||
Close(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user