mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 04:49:54 +08:00
Add commentary on presence of IsPresent override
This commit is contained in:
@@ -173,6 +173,9 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
private Sprite flash = null!;
|
||||
|
||||
/// <remarks>
|
||||
/// Overridden as a safety for <see cref="openUrlAction"/> functioning correctly.
|
||||
/// </remarks>
|
||||
public override bool IsPresent => base.IsPresent || Scheduler.HasPendingTasks;
|
||||
|
||||
private ScheduledDelegate? openUrlAction;
|
||||
|
||||
Reference in New Issue
Block a user