Tidy up specification of SettingsSection

This commit is contained in:
Dean Herbert
2021-05-13 13:45:10 +09:00
parent 47948d7b34
commit cdcbaf4291
3 changed files with 6 additions and 5 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Screens.Edit.Verify
private BindableList<IssueType> hiddenIssueTypes;
protected override string Header => "Visibility";
protected override string HeaderText => "Visibility";
[BackgroundDependencyLoader]
private void load(OverlayColourProvider colours)