1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 21:39:30 +08:00

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
Unverified
parent 5c566a9928
commit 40a28367c6
@@ -147,6 +147,7 @@ namespace osu.Game.Overlays.Settings
RelativeSizeAxes = Axes.Y;
Width = SettingsPanel.CONTENT_MARGINS;
Alpha = 0f;
AlwaysPresent = true;
}
[BackgroundDependencyLoader]