Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Update setting subsection to use LocalisableString
Browse files Browse the repository at this point in the history
  • Loading branch information
GSculerlor committed Jul 20, 2021
1 parent 516dec8 commit 49fb624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osu.Game.Rulesets.Cytosu/UI/CytosuSettingsSubsection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Localisation;
using osu.Game.Overlays.Settings;
using osu.Game.Rulesets.Cytosu.Configurations;

Expand All @@ -12,7 +13,7 @@ public class CytosuSettingsSubsection : RulesetSettingsSubsection
{
private readonly Ruleset ruleset;

protected override string Header => ruleset.ShortName;
protected override LocalisableString Header => ruleset.ShortName;

public CytosuSettingsSubsection(Ruleset ruleset)
: base(ruleset)
Expand Down

0 comments on commit 49fb624

Please sign in to comment.