Merge pull request #206 from TobiasE-github/master

disabe mode x in PageWind
This commit is contained in:
Norbert Walter 2025-10-06 18:23:56 +02:00 committed by GitHub
commit 9a792b49db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -247,8 +247,8 @@ public:
if(key == 1){ // Mode switch
if(mode == 'N'){
mode = 'L';
} else if (mode == 'L') {
mode = 'X';
// } else if (mode == 'L') {
// mode = 'X';
} else {
mode = 'N';
}