mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Let's not rename columns yet
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Overlays.KeyBinding
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(KeyBindingStore store)
|
||||
{
|
||||
var bindings = store.Query(Ruleset?.Id, variant);
|
||||
var bindings = store.Query(Ruleset?.ID, variant);
|
||||
|
||||
foreach (var defaultGroup in Defaults.GroupBy(d => d.Action))
|
||||
{
|
||||
|
Reference in New Issue
Block a user