Fix "Media" condition showing the incorrect macro property selection
Some checks failed
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled

This commit is contained in:
WarmUpTill 2024-11-18 18:56:37 +01:00 committed by WarmUpTill
parent 9e13067769
commit 50da3d3210

View File

@ -548,14 +548,14 @@ void MacroConditionMedia::MediaNext(void *data, calldata_t *)
void MacroConditionMedia::SetSourceType(SourceType t)
{
SetupTempVars();
_sourceType = t;
SetupTempVars();
}
void MacroConditionMedia::SetCheckType(CheckType t)
{
SetupTempVars();
_checkType = t;
SetupTempVars();
}
static void populateSateSelection(QComboBox *list, bool addLegacyEntries)