Skip modules which are not active
This commit is contained in:
@@ -122,6 +122,7 @@ class GraphDpsDroneMode(IntEnum):
|
||||
@unique
|
||||
class GraphCacheCleanupReason(IntEnum):
|
||||
fitChanged = auto()
|
||||
fitRemoved = auto()
|
||||
graphSwitched = auto()
|
||||
inputChanged = auto()
|
||||
optionChanged = auto()
|
||||
|
||||
Reference in New Issue
Block a user