diff --git a/lib/macro/macro-action-macro.hpp b/lib/macro/macro-action-macro.hpp index bf63ae9e..cf08e2f5 100644 --- a/lib/macro/macro-action-macro.hpp +++ b/lib/macro/macro-action-macro.hpp @@ -49,7 +49,7 @@ public: ENABLE_ACTION, TOGGLE_ACTION, }; - Action _action = Action::PAUSE; + Action _action = Action::RUN; IntVariable _actionIndex = 1; RunOptions _runOptions = {};