mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-24 01:48:28 +01:00
Addded label to bandwidth selection of SDRplay Source
This commit is contained in:
parent
a3b13e572b
commit
a1b6cbb38a
@ -713,6 +713,7 @@ private:
|
||||
_this->selectByName(_this->selectedName);
|
||||
}
|
||||
|
||||
SmGui::LeftLabel("Bandwidth");
|
||||
SmGui::FillWidth();
|
||||
if (SmGui::Combo(CONCAT("##sdrplay_bw", _this->name), &_this->bandwidthId, bandwidthsTxt)) {
|
||||
_this->bandwidth = (_this->bandwidthId == 8) ? preferedBandwidth[_this->srId] : bandwidths[_this->bandwidthId];
|
||||
|
Loading…
Reference in New Issue
Block a user