mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Set default action of tpye "Macro" to "Run"
This commit is contained in:
parent
fc2451ae08
commit
0e4b000fb1
|
|
@ -49,7 +49,7 @@ public:
|
|||
ENABLE_ACTION,
|
||||
TOGGLE_ACTION,
|
||||
};
|
||||
Action _action = Action::PAUSE;
|
||||
Action _action = Action::RUN;
|
||||
IntVariable _actionIndex = 1;
|
||||
RunOptions _runOptions = {};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user