mirror of
https://github.com/ppy/osu
synced 2025-03-18 17:15:28 +00:00
Fix completion notifications not always showing as toasts
This commit is contained in:
parent
56886fed09
commit
eca7b8f988
@ -137,7 +137,9 @@ namespace osu.Game.Overlays
|
||||
|
||||
private readonly Scheduler postScheduler = new Scheduler();
|
||||
|
||||
public override bool IsPresent => base.IsPresent || postScheduler.HasPendingTasks;
|
||||
public override bool IsPresent => base.IsPresent
|
||||
|| postScheduler.HasPendingTasks
|
||||
|| toastTray.IsDisplayingToasts;
|
||||
|
||||
private bool processingPosts = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user