mirror of
https://github.com/ppy/osu
synced 2024-12-15 19:36:34 +00:00
no longer select beatmapsets on import/download
let's save some ears and eyes for now
This commit is contained in:
parent
a7f5eb0a3d
commit
d11bf379d8
@ -309,14 +309,7 @@ namespace osu.Game.Screens.Select
|
|||||||
carousel.Filter(criteria, debounce);
|
carousel.Filter(criteria, debounce);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onBeatmapSetAdded(BeatmapSetInfo s)
|
private void onBeatmapSetAdded(BeatmapSetInfo s) => Schedule(() => carousel.UpdateBeatmapSet(s));
|
||||||
{
|
|
||||||
Schedule(() =>
|
|
||||||
{
|
|
||||||
carousel.UpdateBeatmapSet(s);
|
|
||||||
carousel.SelectBeatmap(s.Beatmaps.First());
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private void onBeatmapSetRemoved(BeatmapSetInfo s) => Schedule(() => removeBeatmapSet(s));
|
private void onBeatmapSetRemoved(BeatmapSetInfo s) => Schedule(() => removeBeatmapSet(s));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user