mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-03 05:14:44 +01:00
temporarily removed the ignore silence option since it doesn't work properly
This commit is contained in:
parent
ffefd9cce8
commit
a1cbc69a65
@ -318,11 +318,11 @@ private:
|
|||||||
}
|
}
|
||||||
if (_this->recording) { style::endDisabled(); }
|
if (_this->recording) { style::endDisabled(); }
|
||||||
|
|
||||||
if (ImGui::Checkbox(CONCAT("Ignore silence##_recorder_ignore_silence_", _this->name), &_this->ignoreSilence)) {
|
// if (ImGui::Checkbox(CONCAT("Ignore silence##_recorder_ignore_silence_", _this->name), &_this->ignoreSilence)) {
|
||||||
config.acquire();
|
// config.acquire();
|
||||||
config.conf[_this->name]["ignoreSilence"] = _this->ignoreSilence;
|
// config.conf[_this->name]["ignoreSilence"] = _this->ignoreSilence;
|
||||||
config.release(true);
|
// config.release(true);
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Record button
|
// Record button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user