mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Change all instances of options to settings where applicable
This commit is contained in:
@ -16,9 +16,9 @@ namespace osu.Game.Overlays.Toolbar
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OptionsOverlay options)
|
||||
private void load(SettingsOverlay settings)
|
||||
{
|
||||
StateContainer = options;
|
||||
StateContainer = settings;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user