Ignore screen 7 by default in case auto ignore screen doesn't work.

This commit is contained in:
Storm Dragon 2025-06-12 18:43:12 -04:00
parent 83cb330d34
commit e76b914d6e
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ fenrirMaxRate=450
driver=vcsaDriver driver=vcsaDriver
encoding=auto encoding=auto
screenUpdateDelay=0.05 screenUpdateDelay=0.05
ignoreScreen= ignoreScreen=7
autodetectIgnoreScreen=True autodetectIgnoreScreen=True
[keyboard] [keyboard]

View File

@ -4,5 +4,5 @@
# Fenrir TTY screen reader # Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers. # By Chrys, Storm Dragon, and contributers.
version = "2025.06.10" version = "2025.06.12"
codeName = "testing" codeName = "testing"