fix(EmptySession): use translation in command label (#2112)

This commit is contained in:
Andreas Maerten
2023-09-10 22:24:13 +02:00
committed by GitHub
parent 9769b26870
commit 43bf73ba56
2 changed files with 8 additions and 7 deletions

View File

@ -484,7 +484,7 @@ namespace big
},
true,
"TELEPORT"_T.data());
components::command_button<"emptysession">({}, "EMPTY_SESSION"_T.data());
components::command_button<"emptysession">();
components::sub_title("SCRIPT_HOST_FEATURES"_T);
ImGui::Checkbox("DISABLE_CEO_MONEY"_T.data(), &g.session.block_ceo_money);