mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-03 05:14:44 +01:00
bugfix
This commit is contained in:
parent
73bbd69e3f
commit
f86df07c36
@ -452,6 +452,7 @@ void MainWindow::draw() {
|
|||||||
|
|
||||||
// Update enabled and disabled modules
|
// Update enabled and disabled modules
|
||||||
for (auto [_name, inst] : core::moduleManager.instances) {
|
for (auto [_name, inst] : core::moduleManager.instances) {
|
||||||
|
if (!core::configManager.conf["moduleInstances"].contains(_name)) { continue; }
|
||||||
core::configManager.conf["moduleInstances"][_name]["enabled"] = inst.instance->isEnabled();
|
core::configManager.conf["moduleInstances"][_name]["enabled"] = inst.instance->isEnabled();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user