disabe mode x in PageWind

This commit is contained in:
TobiasE-github 2025-09-27 20:30:00 +02:00
parent d0076f336d
commit e5950f95fd
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';
}