temporarily removed the ignore silence option since it doesn't work properly

This commit is contained in:
AlexandreRouma 2023-01-02 23:01:45 +01:00
parent ffefd9cce8
commit a1cbc69a65

View File

@ -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