mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-10 09:05:58 +01:00
input: fix leds on kb creation (#7206)
This commit is contained in:
parent
b0a70f63e3
commit
fa6ee51367
1 changed files with 2 additions and 0 deletions
|
@ -919,6 +919,8 @@ void CInputManager::setupKeyboard(SP<IKeyboard> keeb) {
|
|||
applyConfigToKeyboard(keeb);
|
||||
|
||||
g_pSeatManager->setKeyboard(keeb);
|
||||
|
||||
keeb->updateLEDs();
|
||||
}
|
||||
|
||||
void CInputManager::setKeyboardLayout() {
|
||||
|
|
Loading…
Reference in a new issue