Perform actions only on condition change by default

This commit is contained in:
WarmUpTill 2023-07-31 19:37:07 +02:00 committed by WarmUpTill
parent 5be2cd278f
commit 259aac8fcd

View File

@ -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;