[UI] Allow gamepad to open profile context menu

This commit is contained in:
Adrian
2025-11-05 15:42:09 +00:00
committed by Radosław Gliński
parent 0e51e33b83
commit e3f8ec70bb

View File

@@ -884,6 +884,7 @@ bool xeDrawProfileContent(xe::ui::ImGuiDrawer* imgui_drawer,
ImGuiSelectableFlags_SpanAllColumns,
end_draw_position)) {
*selected_xuid = xuid;
ImGui::OpenPopup("Profile Menu");
}
if (context_menu) {