Skip to content

Commit

Permalink
fix uninstall button not showing for unloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaGW2 committed Feb 23, 2024
1 parent 77c5dc1 commit ea600e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GUI/Widgets/Addons/AddonItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ namespace GUI
}
}
}
if (aAddon->State == EAddonState::Loaded || aAddon->State == EAddonState::LoadedLOCKED)
{
amtBtns++;
if (ImGui::GW2Button(("Uninstall##" + sig).c_str(), ImVec2(btnWidth * ImGui::GetFontSize(), btnHeight)))
Expand Down

0 comments on commit ea600e6

Please sign in to comment.