Skip to content

Commit b585b8c

Browse files
chore: remove useless close button
1 parent c9d0296 commit b585b8c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

FreeFrame/Window.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,6 @@ private void ShowUI()
10151015
}
10161016
ImGui.EndMenu();
10171017
}
1018-
if (ImGui.MenuItem("Close", "Ctrl+W")) { /* Do stuff */ }
10191018
ImGui.EndMenu();
10201019
}
10211020
ImGui.EndMenuBar();

0 commit comments

Comments
 (0)