Don't reset action conditions when changing the action
Problem:
Per-action conditions set in the "If" section at the bottom of the action edit screen are reset when a different action is chosen using the "switch action" (anticlockwise arrow) button at the top of the action edit screen.
When this would a problem:
I have a block of if/else statements, but I want to add a new condition and result as the *first* possibility in the list to be checked. This means I need to change my 'if' to an 'else', and put a new 'if' before it. However, when I change the 'if' to 'else' I have to re-enter the conditions.
You can imagine other situations where you want to change the action but preserve the conditions. If you actually did want the conditions removed that is much easier to do than to recreate them from a tabula rasa.