mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Welded bindables.
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Options.Sections.Graphics
|
||||
new OsuCheckbox
|
||||
{
|
||||
LabelText = "Show thumbnails",
|
||||
Bindable = config.GetBindable<bool>(OsuConfig.SongSelectThumbnails)
|
||||
Bindable = config.GetWeldedBindable<bool>(OsuConfig.SongSelectThumbnails)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user