1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:22:56 +08:00

Remove IsPresent override from ChangelogOverlay

This commit is contained in:
Joseph Madamba 2023-01-24 00:22:29 -08:00
parent df895c4fd6
commit c6bf755e68

View File

@ -22,8 +22,6 @@ namespace osu.Game.Overlays
{
public partial class ChangelogOverlay : OnlineOverlay<ChangelogHeader>
{
public override bool IsPresent => base.IsPresent || Scheduler.HasPendingTasks;
public readonly Bindable<APIChangelogBuild> Current = new Bindable<APIChangelogBuild>();
private List<APIChangelogBuild> builds;