mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Increase delay back slightly on notifications posting after disabled period
This commit is contained in:
parent
aa3956cfbb
commit
c61f5403ab
@ -113,7 +113,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
if (enabled)
|
||||
// we want a slight delay before toggling notifications on to avoid the user becoming overwhelmed.
|
||||
notificationsEnabler = Scheduler.AddDelayed(() => processingPosts = true, State.Value == Visibility.Visible ? 0 : 100);
|
||||
notificationsEnabler = Scheduler.AddDelayed(() => processingPosts = true, State.Value == Visibility.Visible ? 0 : 250);
|
||||
else
|
||||
processingPosts = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user