Added missing refresh button when in low IF mode

This commit is contained in:
AlexandreRouma 2021-08-30 16:37:29 +02:00 committed by GitHub
parent 0a54b92c58
commit e48b5c6035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();