alt+start scenario records incorrectly in replays #394
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I didn't realize the alt-key is significant when clicking startup buttons. need to make that replay action record its state
Should probably refactor
handle_startup_button_clickso it takes modifiers as a parameter the way dialog click events do, instead of callingkb.isAltPressed()in its bodyIs alt the only modifier that's significant here? I remember there's a modifier you can hold to get the debug preset party instead of the default preset party… but now that I think of it, I guess that's in a dialog, not at startup…
That was the only instance of using
kbinhandle_startup_button_click().