Add InputSettingsStrings

Existed strings files keep no change
This commit is contained in:
kj415j45
2021-08-12 09:53:31 +08:00
parent 2cc89f50cc
commit 03013d0d30
8 changed files with 82 additions and 12 deletions

View File

@ -3,6 +3,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Localisation;
using osu.Game.Graphics;
using osu.Game.Rulesets;
@ -15,7 +16,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
Icon = OsuIcon.Hot
};
public override string Header => ruleset.Name;
public override LocalisableString Header => ruleset.Name;
private readonly RulesetInfo ruleset;