whitespace

This commit is contained in:
Matt Dallmeyer 2025-12-16 18:54:23 -08:00
parent 4c0f12fd20
commit b02dd8bc3c
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@
(new 'static 'boxed-array :type popup-menu-entry
(new 'static 'popup-menu-button :label "Reset"
:on-confirm
(lambda ()
(lambda ()
(send-event (ppointer->process *speedrun-manager*) 'invoke (speedrun-menu-command reset))
(send-event (ppointer->process (-> *speedrun-manager* 0 popup-menu)) 'close-menu)))
(new 'static 'popup-menu-submenu :label "Built-in category select"