mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 03:49:55 +08:00
Fix completion notifications not always showing as toasts
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user