1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

DE translation fixes

This commit is contained in:
tobspr
2020-10-01 09:25:29 +02:00
parent 74201a0894
commit 83c4552f9c
3 changed files with 174 additions and 190 deletions

View File

@@ -43,7 +43,7 @@ export class HUDSettingsMenu extends BaseHUDPart {
];
for (let i = 0; i < buttons.length; ++i) {
const { title, action, id } = buttons[i];
const { action, id } = buttons[i];
const element = document.createElement("button");
element.classList.add("styledButton");