mirror of
https://github.com/ppy/osu
synced 2024-12-16 20:05:41 +00:00
Fixed formatting
This commit is contained in:
parent
0725088fde
commit
753bdf2083
@ -85,7 +85,6 @@ namespace osu.Game.Overlays.KeyBinding
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
|
||||
isKeysDefaultValue.Value = bindings.Select(b => b.KeyCombination).SequenceEqual(Defaults);
|
||||
isKeysDefaultValue.BindValueChanged(resetButtons =>
|
||||
{
|
||||
|
@ -45,7 +45,6 @@ namespace osu.Game.Overlays.KeyBinding
|
||||
Defaults = defaultGroup.Select(d => d.KeyCombination)
|
||||
};
|
||||
|
||||
|
||||
RestoreDefaultValueButton<bool> restoreDefaultButton;
|
||||
|
||||
RelativeSizeAxes = Axes.X;
|
||||
|
@ -108,7 +108,6 @@ namespace osu.Game.Overlays.Settings
|
||||
|
||||
protected SettingsItem()
|
||||
{
|
||||
|
||||
RestoreDefaultValueButton<T> restoreDefaultButton;
|
||||
|
||||
RelativeSizeAxes = Axes.X;
|
||||
|
Loading…
Reference in New Issue
Block a user