mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09: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