Use same collapse threshold for actions and sources

Actions and conditions are no longer in fixed positions and instead
divided by a separator.
This commit is contained in:
WarmUpTill
2021-05-28 23:45:43 +02:00
committed by WarmUpTill
parent d112e92d33
commit b1f7a255d5

View File

@@ -9,7 +9,7 @@
static QMetaObject::Connection addPulse;
const auto conditionsCollapseThreshold = 4;
const auto actionsCollapseThreshold = 2;
const auto actionsCollapseThreshold = 4;
bool macroNameExists(std::string name)
{