canvas: Rename home_pos to home for selection displays

This commit is contained in:
Julian Metzler 2024-02-07 18:52:39 +01:00
parent ac08d5c8bc
commit 6a7ad611e0
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@
// Add home position
let option = $("<option>");
option.attr("value", unit["home_pos"]);
option.attr("value", unit["home"]);
option.html("&lt;Home&gt;");
input.append(option);