mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-06 00:48:06 +02:00
bugfixes
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user