|
|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|