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:
@@ -1738,6 +1738,8 @@ namespace osu.Game
|
||||
((BindableBool)backButtonVisibility).Value = false;
|
||||
|
||||
BackButton.Hide();
|
||||
ScreenFooter.Show();
|
||||
|
||||
newOsuScreen.OnLoadComplete += _ =>
|
||||
{
|
||||
var buttons = newScreen.CreateFooterButtons();
|
||||
|
||||
Reference in New Issue
Block a user