mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-06 17:25:39 -05:00
Perform actions only on condition change by default
This commit is contained in:
parent
5be2cd278f
commit
259aac8fcd
|
|
@ -139,7 +139,7 @@ private:
|
|||
bool _runInParallel = false;
|
||||
bool _matched = false;
|
||||
bool _lastMatched = false;
|
||||
bool _matchOnChange = false;
|
||||
bool _matchOnChange = true;
|
||||
bool _paused = false;
|
||||
int _runCount = 0;
|
||||
bool _registerHotkeys = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user