1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

FCD Pro: force settings at startup and on deserialize

This commit is contained in:
f4exb
2017-10-14 09:35:39 +02:00
parent 4e6654e4b4
commit a4ea78f037
5 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ bool FCDProInput::handleMessage(const Message& message)
{
qDebug() << "FCDProInput::handleMessage: MsgConfigureFCD";
MsgConfigureFCD& conf = (MsgConfigureFCD&) message;
applySettings(conf.getSettings(), false);
applySettings(conf.getSettings(), conf.getForce());
return true;
}
else if (MsgFileRecord::match(message))