1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

SDRPlay: force settings at startup and on deserialize

This commit is contained in:
f4exb
2017-10-14 07:02:21 +02:00
parent 44d4acc3e6
commit edb2ae985f
5 changed files with 15 additions and 8 deletions
@@ -232,7 +232,7 @@ bool SDRPlayInput::handleMessage(const Message& message)
// standard changes
else
{
if (!applySettings(settings, false, false))
if (!applySettings(settings, false, conf.getForce()))
{
qDebug("SDRPlayInput::handleMessage: config error");
}