Fixed TTY switching (#364)

This commit is contained in:
Vaxry 2022-07-13 18:18:23 +02:00 committed by GitHub
parent ef7ee2fd0f
commit 6708f3b133
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 70 additions and 37 deletions

View file

@ -119,4 +119,7 @@ namespace Events {
LISTENER(swipeBegin);
LISTENER(swipeEnd);
LISTENER(swipeUpdate);
// session
LISTENER(sessionActive);
};