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