mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
add gameplay leaderboard config
This commit is contained in:
@ -38,6 +38,12 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
|
|||||||
Current = config.GetBindable<bool>(OsuSetting.KeyOverlay),
|
Current = config.GetBindable<bool>(OsuSetting.KeyOverlay),
|
||||||
Keywords = new[] { "counter" },
|
Keywords = new[] { "counter" },
|
||||||
},
|
},
|
||||||
|
new SettingsCheckbox
|
||||||
|
{
|
||||||
|
LabelText = GameplaySettingsStrings.AlwaysShowGameplayLeaderboard,
|
||||||
|
Current = config.GetBindable<bool>(OsuSetting.GameplayLeaderboard),
|
||||||
|
Keywords = new[] { "leaderboard", "score" },
|
||||||
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user