mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Differentiate between HWLEDCount and LayoutLEDCount
This commit is contained in:
		| @@ -113,7 +113,7 @@ void Hyperion::start() | ||||
|  | ||||
| 	// initialize LED-devices | ||||
| 	QJsonObject ledDevice = getSetting(settings::DEVICE).object(); | ||||
| 	ledDevice["currentLedCount"] = _hwLedCount; // Inject led count info | ||||
| 	ledDevice["currentLedCount"] = getLedCount(); // Inject led count info | ||||
|  | ||||
| 	_ledDeviceWrapper = new LedDeviceWrapper(this); | ||||
| 	connect(this, &Hyperion::compStateChangeRequest, _ledDeviceWrapper, &LedDeviceWrapper::handleComponentState); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user