1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

FileSink output: force settings at startup and on deserialize

This commit is contained in:
f4exb
2017-10-14 07:28:57 +02:00
parent 2d27235769
commit ca674efb24
5 changed files with 14 additions and 7 deletions
@@ -157,7 +157,7 @@ bool FileSinkOutput::handleMessage(const Message& message)
{
qDebug() << "FileSinkOutput::handleMessage: MsgConfigureFileSink";
MsgConfigureFileSink& conf = (MsgConfigureFileSink&) message;
applySettings(conf.getSettings(), false);
applySettings(conf.getSettings(), conf.getForce());
return true;
}
else if (MsgConfigureFileSinkWork::match(message))