mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-13 19:57:11 +01:00
Added missing refresh button when in low IF mode
This commit is contained in:
parent
0a54b92c58
commit
e48b5c6035
@ -713,6 +713,12 @@ private:
|
|||||||
config.release(true);
|
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::Text("IF Mode");
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
Loading…
Reference in New Issue
Block a user