SaveTool: rename tabs in the build viewer.

This commit is contained in:
Guillaume Jacquemin 2022-03-11 10:56:52 +01:00
parent e2d31854b4
commit e997312286
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ void SaveTool::drawMassViewer() {
ImGui::EndTabItem();
}
if(ImGui::BeginTabItem("Armour parts")) {
if(ImGui::BeginTabItem("Armour")) {
drawArmour();
ImGui::EndTabItem();
}
@ -127,7 +127,7 @@ void SaveTool::drawMassViewer() {
ImGui::EndTabItem();
}
if(ImGui::BeginTabItem("Weapons (WIP)")) {
if(ImGui::BeginTabItem("Weapons")) {
drawWeapons();
ImGui::EndTabItem();
}