mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09:00
NotificationManager should become visible when receiving a notification (until we implement toasts).
This commit is contained in:
parent
1c3eca8813
commit
a14b7eb598
@ -73,6 +73,8 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
public void Post(Notification notification)
|
public void Post(Notification notification)
|
||||||
{
|
{
|
||||||
|
State = Visibility.Visible;
|
||||||
|
|
||||||
++runningDepth;
|
++runningDepth;
|
||||||
notification.Depth = notification.DisplayOnTop ? runningDepth : -runningDepth;
|
notification.Depth = notification.DisplayOnTop ? runningDepth : -runningDepth;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user