@@ -11358,6 +11358,11 @@ static void ShowExampleMenuFile()
{
ImGui::MenuItem("Hello");
ImGui::MenuItem("Sailor");
if (ImGui::BeginMenu("Recurse.."))
ShowExampleMenuFile();
ImGui::EndMenu();
}
The note is not visible to the blocked user.