mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 07:22:55 +08:00
Remove IsPresent
override from ChangelogOverlay
This commit is contained in:
parent
df895c4fd6
commit
c6bf755e68
@ -22,8 +22,6 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
public partial class ChangelogOverlay : OnlineOverlay<ChangelogHeader>
|
public partial class ChangelogOverlay : OnlineOverlay<ChangelogHeader>
|
||||||
{
|
{
|
||||||
public override bool IsPresent => base.IsPresent || Scheduler.HasPendingTasks;
|
|
||||||
|
|
||||||
public readonly Bindable<APIChangelogBuild> Current = new Bindable<APIChangelogBuild>();
|
public readonly Bindable<APIChangelogBuild> Current = new Bindable<APIChangelogBuild>();
|
||||||
|
|
||||||
private List<APIChangelogBuild> builds;
|
private List<APIChangelogBuild> builds;
|
||||||
|
Loading…
Reference in New Issue
Block a user