mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix potential incorrect update in KeyBindingStore
This commit is contained in:
@ -76,7 +76,8 @@ namespace osu.Game.Input
|
||||
|
||||
Refresh(ref dbKeyBinding);
|
||||
|
||||
context.Update(dbKeyBinding);
|
||||
dbKeyBinding.KeyCombination = keyBinding.KeyCombination;
|
||||
|
||||
context.SaveChanges();
|
||||
|
||||
KeyBindingChanged?.Invoke();
|
||||
|
Reference in New Issue
Block a user