Rename "count" to "runCount"

This commit is contained in:
WarmUpTill
2023-01-02 18:59:03 +01:00
committed by WarmUpTill
parent 378bf4dfd6
commit f9de63bc88
5 changed files with 12 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ bool MacroActionMacro::PerformAction()
_macro->SetPaused(false);
break;
case PerformMacroAction::RESET_COUNTER:
_macro->ResetCount();
_macro->ResetRunCount();
break;
case PerformMacroAction::RUN:
if (!_macro->Paused()) {