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

pull/964/head
AlexandreRouma 2023-01-02 23:01:45 +01:00
rodzic ffefd9cce8
commit a1cbc69a65
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

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