mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Removing redundant argument list
This commit is contained in:
@ -43,7 +43,7 @@ namespace osu.Game.Overlays.KeyBinding
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
new RestoreDefaultValueButton<bool>()
|
||||
new RestoreDefaultValueButton<bool>
|
||||
{
|
||||
Current = KeyBindingRow.IsDefault,
|
||||
Action = () => { KeyBindingRow.RestoreDefaults(); }
|
||||
|
Reference in New Issue
Block a user