This commit is contained in:
Javanaut
2026-01-31 17:12:27 +01:00
parent 8946b57456
commit 5443881ea1

View File

@@ -169,7 +169,8 @@ class PatternDetailsScreen(Screen):
td : TrackDescriptor = tr.getDescriptor(self.context)
trackType = td.getType()
if (trackType := td.getType()) != TrackType.ATTACHMENT:
if not trackType in typeCounter.keys():
typeCounter[trackType] = 0