mirror of
https://github.com/mattrberry/crab.git
synced 2025-02-14 20:48:18 +01:00
add exit button under file menu
This commit is contained in:
parent
c1aa798d73
commit
7d34186893
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ class SDLOpenGLImGuiFrontend < Frontend
|
|||
# ImGui.menu_item "Blend", "", pointerof(@enable_blend) todo: re-implement blending now that frames are cleared
|
||||
ImGui.menu_item "Pause", "", pointerof(@pause)
|
||||
open_keybindings = ImGui.menu_item "Keybindings"
|
||||
exit if ImGui.menu_item "Exit"
|
||||
ImGui.end_menu
|
||||
|
||||
toggle_blending if @enable_blend ^ @blending
|
||||
|
|
Loading…
Add table
Reference in a new issue