mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
OsuConfig -> OsuSetting
This commit is contained in:
@ -35,7 +35,7 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
modsCheckbox.AccentColour = tabs.AccentColour = colour.YellowLight;
|
||||
|
||||
selectedTab = config.GetBindable<BeatmapDetailTab>(OsuConfig.BeatmapDetailTab);
|
||||
selectedTab = config.GetBindable<BeatmapDetailTab>(OsuSetting.BeatmapDetailTab);
|
||||
|
||||
tabs.Current.BindTo(selectedTab);
|
||||
tabs.Current.TriggerChange();
|
||||
|
Reference in New Issue
Block a user