diff --git a/src/ImGui.NET/ImGui.cs b/src/ImGui.NET/ImGui.cs index 7630c60..41742a3 100644 --- a/src/ImGui.NET/ImGui.cs +++ b/src/ImGui.NET/ImGui.cs @@ -515,6 +515,8 @@ namespace ImGuiNET ImGuiNative.igSeparator(); } + public static bool MenuItem(string label) => MenuItem(label, string.Empty); + public static bool MenuItem(string label, string shortcut) { return MenuItem(label, shortcut, false, true);