mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Weld -> BindWith.
This commit is contained in:
@ -20,12 +20,12 @@ namespace osu.Game.Overlays.Options.Sections.Input
|
||||
new OsuCheckbox
|
||||
{
|
||||
LabelText = "OS TabletPC support",
|
||||
Bindable = config.GetWeldedBindable<bool>(OsuConfig.Tablet)
|
||||
Bindable = config.GetBindable<bool>(OsuConfig.Tablet)
|
||||
},
|
||||
new OsuCheckbox
|
||||
{
|
||||
LabelText = "Wiimote/TaTaCon Drum Support",
|
||||
Bindable = config.GetWeldedBindable<bool>(OsuConfig.Wiimote)
|
||||
Bindable = config.GetBindable<bool>(OsuConfig.Wiimote)
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user