mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-10 23:57:27 +02:00
naming convention -> screen size.
This commit is contained in:
parent
227b6b24c2
commit
99068b893b
3 changed files with 6 additions and 6 deletions
|
@ -47,8 +47,8 @@ func (h *MessageHandlerCtx) SessionConnected(session types.Session) error {
|
|||
return err
|
||||
}
|
||||
|
||||
// send current screen resolution
|
||||
if err := h.screenResolution(session); err != nil {
|
||||
// send current screen size
|
||||
if err := h.screenSize(session); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue