mirror of
https://github.com/ppy/osu.git
synced 2026-06-06 14:34:54 +08:00
Ensure "start watching" button starts in a disabled state
This commit is contained in:
@@ -165,7 +165,8 @@ namespace osu.Game.Screens.Play
|
||||
Width = 250,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Action = attemptStart
|
||||
Action = attemptStart,
|
||||
Enabled = { Value = false }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user