mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Rename {Requires -> Pending}Configuration
This commit is contained in:
@ -59,13 +59,13 @@ namespace osu.Game.Overlays.Mods
|
||||
|
||||
protected override void Select()
|
||||
{
|
||||
modState.RequiresConfiguration = Mod.RequiresConfiguration;
|
||||
modState.PendingConfiguration = Mod.RequiresConfiguration;
|
||||
Active.Value = true;
|
||||
}
|
||||
|
||||
protected override void Deselect()
|
||||
{
|
||||
modState.RequiresConfiguration = false;
|
||||
modState.PendingConfiguration = false;
|
||||
Active.Value = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user