input: fix leds on kb creation (#7206)

This commit is contained in:
Ikalco 2024-08-07 02:44:20 -05:00 committed by GitHub
parent b0a70f63e3
commit fa6ee51367
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -919,6 +919,8 @@ void CInputManager::setupKeyboard(SP<IKeyboard> keeb) {
applyConfigToKeyboard(keeb); applyConfigToKeyboard(keeb);
g_pSeatManager->setKeyboard(keeb); g_pSeatManager->setKeyboard(keeb);
keeb->updateLEDs();
} }
void CInputManager::setKeyboardLayout() { void CInputManager::setKeyboardLayout() {