Correct version bump from 41b63ebda2

This commit is contained in:
Campbell Barton
2024-02-09 18:15:05 +11:00
parent 41b63ebda2
commit 5affe322cc
3 changed files with 4 additions and 4 deletions

View File

@@ -177,7 +177,7 @@ def keyconfig_update(keyconfig_data, keyconfig_version):
km_items_data["items"].append(
("PASSTHROUGH_NAVIGATE", {"type": 'LEFT_ALT', "value": 'ANY', "any": True}, None))
if keyconfig_version <= (4, 1, 14):
if keyconfig_version <= (4, 1, 21):
rename_keymap({"NLA Channels": "NLA Tracks"})
return keyconfig_data