Fix not being able to send chat reports on daily challenge screen

Something something some people cannot be trusted with a textbox.
This commit is contained in:
Bartłomiej Dach 2024-07-25 11:11:54 +02:00
parent 9790c5a574
commit 8d89557ab8
No known key found for this signature in database

View File

@ -13,6 +13,7 @@ using osu.Framework.Extensions.LocalisationExtensions;
using osu.Framework.Extensions.ObjectExtensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Logging;
using osu.Framework.Screens;
@ -126,7 +127,10 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
RelativeSizeAxes = Axes.Both,
},
new Header(ButtonSystemStrings.DailyChallenge.ToSentence(), null),
new GridContainer
new PopoverContainer
{
RelativeSizeAxes = Axes.Both,
Child = new GridContainer
{
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding
@ -292,6 +296,7 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
}
}
}
}
};
LoadComponent(userModsSelectOverlay = new RoomModSelectOverlay