Set default action of tpye "Macro" to "Run"

This commit is contained in:
WarmUpTill 2024-06-03 20:48:11 +02:00 committed by WarmUpTill
parent fc2451ae08
commit 0e4b000fb1

View File

@ -49,7 +49,7 @@ public:
ENABLE_ACTION,
TOGGLE_ACTION,
};
Action _action = Action::PAUSE;
Action _action = Action::RUN;
IntVariable _actionIndex = 1;
RunOptions _runOptions = {};