mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Fix incorrect header
This commit is contained in:
parent
fc28617099
commit
25344d2345
@ -10,7 +10,7 @@ namespace osu.Game.Rulesets.Osu
|
|||||||
{
|
{
|
||||||
public class OsuSettings : SettingsSubsection
|
public class OsuSettings : SettingsSubsection
|
||||||
{
|
{
|
||||||
protected override string Header => "osu";
|
protected override string Header => "osu!";
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuConfigManager config)
|
private void load(OsuConfigManager config)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user