pull/649/head
AlexandreRouma 2022-02-24 21:11:02 +01:00
rodzic 9bbc50ff3c
commit 81692fa910
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -426,7 +426,7 @@ private:
SmGui::ForceSync();
// TODO: FIND ANOTHER WAY
if (serverMode) {
if (_this->serverMode) {
if (SmGui::SliderInt(CONCAT("##_rtlsdr_gain_", _this->name), &_this->gainId, 0, _this->gainList.size() - 1, SmGui::FMT_STR_NONE)) {
_this->updateGainTxt();
if (_this->running) {