1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 21:00:33 +08:00

Ensure "start watching" button starts in a disabled state

This commit is contained in:
Dean Herbert 2020-11-03 20:06:42 +09:00
parent aaffd59dfe
commit 3e29e468ea

View File

@ -165,7 +165,8 @@ namespace osu.Game.Screens.Play
Width = 250,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Action = attemptStart
Action = attemptStart,
Enabled = { Value = false }
}
}
}