toggle A4 on sound test

This commit is contained in:
Onyx and Iris 2026-01-13 00:03:48 +00:00
parent ab9332be34
commit 21775e5066

View File

@ -150,6 +150,7 @@ class Audio(ILayer):
ENABLE_SOUNDTEST = {
'A1': True,
'A2': True,
'A4': False,
'B1': False,
'B2': False,
'mono': True,
@ -157,6 +158,7 @@ class Audio(ILayer):
DISABLE_SOUNDTEST = {
'A1': False,
'A2': False,
'A4': True,
'B1': True,
'B2': True,
'mono': False,