NotificationManager should become visible when receiving a notification (until we implement toasts).

This commit is contained in:
Dean Herbert 2017-02-12 14:50:02 +09:00
parent 1c3eca8813
commit a14b7eb598
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ private void load(OsuColour colours)
public void Post(Notification notification)
{
State = Visibility.Visible;
++runningDepth;
notification.Depth = notification.DisplayOnTop ? runningDepth : -runningDepth;