mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 22:22:00 -07:00
input: fix leds on kb creation (#7206)
This commit is contained in:
@@ -919,6 +919,8 @@ void CInputManager::setupKeyboard(SP<IKeyboard> keeb) {
|
||||
applyConfigToKeyboard(keeb);
|
||||
|
||||
g_pSeatManager->setKeyboard(keeb);
|
||||
|
||||
keeb->updateLEDs();
|
||||
}
|
||||
|
||||
void CInputManager::setKeyboardLayout() {
|
||||
|
Reference in New Issue
Block a user