mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-28 21:37:50 +02:00
Fixed support in the module manager
This commit is contained in:
@ -155,9 +155,13 @@ public:
|
||||
}
|
||||
|
||||
~SDRPlaySourceModule() {
|
||||
stop(this);
|
||||
sdrplay_api_Close();
|
||||
sigpath::sourceManager.unregisterSource("SDRplay");
|
||||
}
|
||||
|
||||
void postInit() {}
|
||||
|
||||
void enable() {
|
||||
enabled = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user