diff --git a/osu.Game/Input/KeyBindingStore.cs b/osu.Game/Input/KeyBindingStore.cs index e21597130a..3407705909 100644 --- a/osu.Game/Input/KeyBindingStore.cs +++ b/osu.Game/Input/KeyBindingStore.cs @@ -76,7 +76,8 @@ namespace osu.Game.Input Refresh(ref dbKeyBinding); - context.Update(dbKeyBinding); + dbKeyBinding.KeyCombination = keyBinding.KeyCombination; + context.SaveChanges(); KeyBindingChanged?.Invoke();