This commit is contained in:
AlexandreRouma
2023-01-13 17:11:16 +01:00
parent a1cbc69a65
commit b3222003b1
3 changed files with 8 additions and 6 deletions

View File

@ -239,6 +239,7 @@ private:
}
if (_this->tunerAGC) { SmGui::BeginDisabled(); }
SmGui::LeftLabel("Gain");
SmGui::FillWidth();
if (SmGui::SliderInt(CONCAT("##_gain_select_", _this->name), &_this->gain, 0, 28, SmGui::FMT_STR_NONE)) {
if (_this->running) {