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:
parent
aaffd59dfe
commit
3e29e468ea
@ -165,7 +165,8 @@ namespace osu.Game.Screens.Play
|
||||
Width = 250,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Action = attemptStart
|
||||
Action = attemptStart,
|
||||
Enabled = { Value = false }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user