Fix restore-to-default buttons never showing if initially hidden

This commit is contained in:
Bartłomiej Dach
2021-03-02 18:50:33 +01:00
parent 5c566a9928
commit 40a28367c6

View File

@ -147,6 +147,7 @@ namespace osu.Game.Overlays.Settings
RelativeSizeAxes = Axes.Y;
Width = SettingsPanel.CONTENT_MARGINS;
Alpha = 0f;
AlwaysPresent = true;
}
[BackgroundDependencyLoader]