diff --git a/sdrplay_source/src/main.cpp b/sdrplay_source/src/main.cpp index bfeb988c..ef79103a 100644 --- a/sdrplay_source/src/main.cpp +++ b/sdrplay_source/src/main.cpp @@ -713,6 +713,12 @@ private: config.release(true); } } + else { + if (ImGui::Button(CONCAT("Refresh##sdrplay_refresh", _this->name), ImVec2(menuWidth, 0))) { + _this->refresh(); + _this->selectByName(_this->selectedName); + } + } ImGui::Text("IF Mode"); ImGui::SameLine();