diff --git a/packages/client/src/composables/graph.ts b/packages/client/src/composables/graph.ts index d94d5ce61..88fd5ac5b 100644 --- a/packages/client/src/composables/graph.ts +++ b/packages/client/src/composables/graph.ts @@ -264,6 +264,11 @@ function getEdge(modId: string, dep: string) { enabled: true, scaleFactor: 0.8, }, + from: { + enabled: true, + type: 'circle', + scaleFactor: 0.8, + }, }, } }