We only have one release stream, so let's unlock it.

This commit is contained in:
Dean Herbert
2017-05-02 18:40:30 +09:00
parent 57c2dd1f49
commit d4045ee2c0
2 changed files with 5 additions and 3 deletions

View File

@ -23,7 +23,6 @@ namespace osu.Game.Overlays.Options.Sections.General
LabelText = "Release stream",
Bindable = config.GetBindable<ReleaseStream>(OsuConfig.ReleaseStream),
},
new OptionLabel { Text = "Your osu! is up to date" }, // TODO: map this to reality
new OsuButton
{
RelativeSizeAxes = Axes.X,