mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +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 (ImGui::Checkbox(CONCAT("Ignore silence##_recorder_ignore_silence_", _this->name), &_this->ignoreSilence)) {
|
||||
config.acquire();
|
||||
config.conf[_this->name]["ignoreSilence"] = _this->ignoreSilence;
|
||||
config.release(true);
|
||||
}
|
||||
// if (ImGui::Checkbox(CONCAT("Ignore silence##_recorder_ignore_silence_", _this->name), &_this->ignoreSilence)) {
|
||||
// config.acquire();
|
||||
// config.conf[_this->name]["ignoreSilence"] = _this->ignoreSilence;
|
||||
// config.release(true);
|
||||
// }
|
||||
}
|
||||
|
||||
// Record button
|
||||
|
Loading…
Reference in New Issue
Block a user