Skip to content

Commit

Permalink
fixed icon
Browse files Browse the repository at this point in the history
  • Loading branch information
stowmyy committed Oct 20, 2023
1 parent 2a13896 commit 693f82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropship/src/DashboardManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ void DashboardManager::RenderInline(/* bool* p_open */)
// socials
{
ImGui::Dummy({ size, size });
list->AddImage((void*) _get_texture("icon_options"), ImGui::GetItemRectMin(), ImGui::GetItemRectMax(), ImVec2(0, 0), ImVec2(1, 1), ImGui::IsItemHovered() ? color_button_hover : color_button);
list->AddImage((void*) _get_texture("icon_bolt"), ImGui::GetItemRectMin(), ImGui::GetItemRectMax(), ImVec2(0, 0), ImVec2(1, 1), ImGui::IsItemHovered() ? color_button_hover : color_button);

if (ImGui::IsItemClicked())
ImGui::OpenPopup("socials");
Expand Down

0 comments on commit 693f82f

Please sign in to comment.