diff --git a/src/macro-tab.cpp b/src/macro-tab.cpp index ef2d69e4..3e81250f 100644 --- a/src/macro-tab.cpp +++ b/src/macro-tab.cpp @@ -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) {