mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
fix settings not getting injected
This commit is contained in:
@ -16,7 +16,7 @@ namespace osu.Game.Overlays.Toolbar
|
|||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader(true)]
|
[BackgroundDependencyLoader(true)]
|
||||||
private void load(SettingsOverlay settings)
|
private void load(MainSettings settings)
|
||||||
{
|
{
|
||||||
StateContainer = settings;
|
StateContainer = settings;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user