Fix 'First Message' custom sound not persisting through restart (#3303)

This commit is contained in:
Felanbird
2021-10-22 08:08:58 -04:00
committed by GitHub
parent 3c9ee480c0
commit b16fb5da7f
2 changed files with 6 additions and 0 deletions
@@ -306,6 +306,11 @@ void HighlightModel::customRowSetData(const std::vector<QStandardItem *> &row,
getSettings()->redeemedHighlightSoundUrl.setValue(
value.toString());
}
else if (rowIndex == 4)
{
getSettings()->firstMessageHighlightSoundUrl.setValue(
value.toString());
}
}
}
break;