mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-23 19:49:02 +02:00
fix naming convention
This commit is contained in:
parent
01d6ea5ad0
commit
832968e8fc
6 changed files with 8 additions and 8 deletions
|
@ -123,6 +123,6 @@ func (h *MessageHandler) controlKeyboard(id string, session types.Session, paylo
|
|||
return nil
|
||||
}
|
||||
|
||||
h.remote.SetKeyboard(payload.Layout)
|
||||
h.remote.SetKeyboardLayout(payload.Layout)
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue