mirror of
https://github.com/ppy/osu
synced 2025-02-11 15:47:34 +00:00
fix settings not getting injected
This commit is contained in:
parent
098cfa7107
commit
205d3ed896
@ -16,7 +16,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
private void load(SettingsOverlay settings)
|
||||
private void load(MainSettings settings)
|
||||
{
|
||||
StateContainer = settings;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user