mirror of https://github.com/ppy/osu
fix settings not getting injected
This commit is contained in:
parent
098cfa7107
commit
205d3ed896
|
@ -16,7 +16,7 @@ public ToolbarSettingsButton()
|
|||
}
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
private void load(SettingsOverlay settings)
|
||||
private void load(MainSettings settings)
|
||||
{
|
||||
StateContainer = settings;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue