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

Fix free mod selection sub-button being clickable even if the main button isn't

Noticed in passing when testing https://github.com/ppy/osu/pull/32674.
This commit is contained in:
Bartłomiej Dach
2025-04-22 11:25:09 +02:00
committed by Dean Herbert
Unverified
parent ffcc0f75ff
commit cc6e2a5415
@@ -80,6 +80,7 @@ namespace osu.Game.Screens.OnlinePlay
Origin = Anchor.Centre,
Scale = new Vector2(0.8f),
Icon = FontAwesome.Solid.Bars,
Enabled = { BindTarget = Enabled },
Action = () => freeModSelectOverlay.ToggleVisibility()
}
});