mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Increase delay back slightly on notifications posting after disabled period
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user