mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
Fixed support in the module manager
This commit is contained in:
@ -67,6 +67,8 @@ public:
|
||||
decoder->stop();
|
||||
}
|
||||
|
||||
void postInit() {}
|
||||
|
||||
void enable() {
|
||||
vfo = sigpath::vfoManager.createVFO(name, ImGui::WaterfallVFO::REF_CENTER, 0, 1000000, 1000000, 1000000, 1000000, true);
|
||||
for (auto const& [name, dec] : decoders) { dec->setVFO(vfo); }
|
||||
|
Reference in New Issue
Block a user