tf
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user