16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 21:29:19 +02:00

Necessary fixes for wpiers switcher

This commit is contained in:
2025-03-07 02:07:08 +01:00
parent 87973d64fa
commit fa9eef8b69
3 changed files with 3 additions and 2 deletions

View File

@@ -323,6 +323,7 @@ std::string locale::label_cab_control(std::string const &Label)
{ "universal7:", STRN("interactive part") },
{ "universal8:", STRN("interactive part") },
{ "universal9:", STRN("interactive part") },
{ "wieprs_sw:", STRN("wipers mode selector") },
};
auto const it = cabcontrols_labels.find( Label );