1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 06:52:55 +08:00

Trim redundant BDL nullability spec

This commit is contained in:
Bartłomiej Dach 2023-06-24 14:35:23 +02:00
parent 2bda63c2c8
commit 354e85a2e1
No known key found for this signature in database

View File

@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Settings.Sections.DebugSettings
{
protected override LocalisableString Header => DebugSettingsStrings.GeneralHeader;
[BackgroundDependencyLoader(true)]
[BackgroundDependencyLoader]
private void load(FrameworkDebugConfigManager config, FrameworkConfigManager frameworkConfig, IPerformFromScreenRunner? performer)
{
Children = new Drawable[]