mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Fix dialog overlay potentially pushing dialog while not loaded
This commit is contained in:
@ -65,7 +65,7 @@ namespace osu.Game.Overlays
|
|||||||
dialogContainer.Add(dialog);
|
dialogContainer.Add(dialog);
|
||||||
|
|
||||||
Show();
|
Show();
|
||||||
}, false);
|
}, !IsLoaded);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool IsPresent => Scheduler.HasPendingTasks || dialogContainer.Children.Count > 0;
|
public override bool IsPresent => Scheduler.HasPendingTasks || dialogContainer.Children.Count > 0;
|
||||||
|
Reference in New Issue
Block a user