RoboCup-SPL / GameController3

This is the official GameController used in the RoboCup Standard Platform League
MIT License
16 stars 8 forks source link

Confirmation for Undo? #48

Open ahasselbring opened 1 year ago

ahasselbring commented 1 year ago

Undo is the only action that cannot be undone. The old GameController therefore required the user to click an action twice to undo it (after the first click, the button label turned into "Undo ...?", including all following actions).

jayenashar commented 12 months ago

can we have a redo instead of a confirmation? confirmations usually don't stop me from making a mistake.