mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-10 21:43:31 -04:00
Fix typo for useFileTime
This commit is contained in:
@@ -630,7 +630,7 @@ void PacketDemod::webapiFormatChannelSettings(
|
||||
if (channelSettingsKeys.contains("logEnabled") || force) {
|
||||
swgPacketDemodSettings->setLogEnabled(settings.m_logEnabled);
|
||||
}
|
||||
if (channelSettingsKeys.contains("useFilTime") || force) {
|
||||
if (channelSettingsKeys.contains("useFileTime") || force) {
|
||||
swgPacketDemodSettings->setUseFileTime(settings.m_useFileTime);
|
||||
}
|
||||
if (channelSettingsKeys.contains("rgbColor") || force) {
|
||||
|
||||
Reference in New Issue
Block a user