Skip to content

Commit

Permalink
Hide logistics tab in economics window
Browse files Browse the repository at this point in the history
  • Loading branch information
behindcurtain3 committed Apr 25, 2024
1 parent b883d27 commit e5dc991
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Pulsar4X/Pulsar4X.Client/EmpireManagement/EconomicsWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ internal override void Display()
SelectedEntity.Entity.DisplayMining(_uiState);
ImGui.EndTabItem();
}
if(ImGui.BeginTabItem("Logistics"))
{
SelectedEntity.Entity.DisplayLogistics(SelectedEntity, _uiState);
ImGui.EndTabItem();
}
// if(ImGui.BeginTabItem("Logistics"))
// {
// SelectedEntity.Entity.DisplayLogistics(SelectedEntity, _uiState);
// ImGui.EndTabItem();
// }
if(SelectedEntity.Entity.HasDataBlob<NavalAcademyDB>() && ImGui.BeginTabItem("Naval Academy"))
{
SelectedEntity.Entity.DisplayNavalAcademy(SelectedEntity, _uiState);
Expand Down

0 comments on commit e5dc991

Please sign in to comment.