Rename MacroProperties to MacroSettings

This commit is contained in:
WarmUpTill
2024-06-02 17:04:17 +02:00
committed by WarmUpTill
parent be44577967
commit fc2451ae08
12 changed files with 70 additions and 66 deletions

View File

@@ -767,7 +767,7 @@ void AdvSceneSwitcher::HighligthMacroSettingsButton(bool enable)
return;
}
highlight = HighlightWidget(ui->macroProperties, Qt::green);
highlight = HighlightWidget(ui->macroSettings, Qt::green);
}
void HighligthMacroSettingsButton(bool enable)