mirror of
https://github.com/ppy/osu
synced 2025-03-30 07:06:56 +00:00
Merge pull request #23972 from peppy/notifications-during-pause
Allow notifications while the game is paused (or in break time)
This commit is contained in:
commit
28dc5640a3
@ -118,7 +118,7 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
private void updateProcessingMode()
|
private void updateProcessingMode()
|
||||||
{
|
{
|
||||||
bool enabled = OverlayActivationMode.Value == OverlayActivation.All || State.Value == Visibility.Visible;
|
bool enabled = OverlayActivationMode.Value != OverlayActivation.Disabled || State.Value == Visibility.Visible;
|
||||||
|
|
||||||
notificationsEnabler?.Cancel();
|
notificationsEnabler?.Cancel();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user