mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Merge pull request #9450 from peppy/ensure-stable-key-binding-insert-order
Fix key bindings switching order at random on consecutive "reset to defaults"
This commit is contained in:
@ -55,6 +55,9 @@ namespace osu.Game.Input
|
|||||||
RulesetID = rulesetId,
|
RulesetID = rulesetId,
|
||||||
Variant = variant
|
Variant = variant
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// required to ensure stable insert order (https://github.com/dotnet/efcore/issues/11686)
|
||||||
|
usage.Context.SaveChanges();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user