1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-11 22:13:43 -04:00

Fix typo in useFileTime

This commit is contained in:
Jon Beniston
2026-08-04 01:18:14 +01:00
parent a67629c6da
commit afd178a3a4
@@ -608,7 +608,7 @@ void InmarsatDemod::webapiFormatChannelSettings(
if (channelSettingsKeys.contains("logEnabled") || force) {
swgInmarsatDemodSettings->setLogEnabled(settings.m_logEnabled);
}
if (channelSettingsKeys.contains("useFilTime") || force) {
if (channelSettingsKeys.contains("useFileTime") || force) {
swgInmarsatDemodSettings->setUseFileTime(settings.m_useFileTime);
}
if (channelSettingsKeys.contains("rgbColor") || force) {