1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 03:31:54 +08:00

Fix line lost in merge resolution causing footer to disappear

This commit is contained in:
Dean Herbert
2025-05-15 21:37:53 +09:00
Unverified
parent 4924563eb1
commit bc5c222953
+2
View File
@@ -1738,6 +1738,8 @@ namespace osu.Game
((BindableBool)backButtonVisibility).Value = false;
BackButton.Hide();
ScreenFooter.Show();
newOsuScreen.OnLoadComplete += _ =>
{
var buttons = newScreen.CreateFooterButtons();