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

View File

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