mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 17:23:21 +08:00
Fix NotificationOverlay no longer automatically displaying
This commit is contained in:
parent
02a04afb29
commit
0d332d4754
@ -28,6 +28,8 @@ namespace osu.Game.Overlays
|
|||||||
Width = width;
|
Width = width;
|
||||||
RelativeSizeAxes = Axes.Y;
|
RelativeSizeAxes = Axes.Y;
|
||||||
|
|
||||||
|
AlwaysPresent = true;
|
||||||
|
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new Box
|
new Box
|
||||||
|
Loading…
Reference in New Issue
Block a user