[ci-build]

Fix issue with exporting keymaps
Fix typo
This commit is contained in:
JannisX11 2021-06-29 17:01:11 +02:00
parent 2efad79c8e
commit a14e365217
4 changed files with 4 additions and 3 deletions

View File

@ -455,6 +455,7 @@ BARS.defineActions(() => {
var keys = {}
Keybinds.actions.forEach(item => {
if (!Keybinds.stored[item.id]) return
if (Keybinds.stored[item.id].key == -1) {
keys[item.id] = null;
} else {

File diff suppressed because one or more lines are too long

View File

@ -74,7 +74,7 @@
"mode.start.recent": "Recent",
"mode.start.no_recents": "No recently opened models",
"mode.start.keymap_preference": "Keybinding Preference",
"mode.start.keymap_preference.desc": "If you are new to Blockbench and you are coming from another 3D program, you can select a keymap to make your transition easier. You can change the keymap or individual keybindigns later in the settings.",
"mode.start.keymap_preference.desc": "If you are new to Blockbench and you are coming from another 3D program, you can select a keymap to make your transition easier. You can change the keymap or individual keybindings later in the settings.",
"mode.start.select_keymap": "Select Keymap",
"format.free": "Generic Model",

File diff suppressed because one or more lines are too long