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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user