mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Welded bindables.
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Overlays.Options.Sections.General
|
||||
new OptionEnumDropDown<ReleaseStream>
|
||||
{
|
||||
LabelText = "Release stream",
|
||||
Bindable = config.GetBindable<ReleaseStream>(OsuConfig.ReleaseStream),
|
||||
Bindable = config.GetWeldedBindable<ReleaseStream>(OsuConfig.ReleaseStream),
|
||||
},
|
||||
new OptionLabel { Text = "Your osu! is up to date" }, // TODO: map this to reality
|
||||
new OsuButton
|
||||
|
Reference in New Issue
Block a user