fix graphics

This commit is contained in:
2026-01-08 18:03:51 +01:00
parent b66f821e84
commit 67109d544d
11 changed files with 79 additions and 115 deletions

View File

@@ -478,7 +478,7 @@ typedef struct _rds_ {
bool hasEnhancedRT;
bool TP;
bool hasTA;
bool hasEON;
Detector<bool, 1> hasEON{false};
bool hasAID;
Detector<bool, 1> hasTMC{false};
bool hasAF;