Skip to content

Commit e27fd76

Browse files
committed
feat(graphView): Disable graph view as default.
1 parent d036c5a commit e27fd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/export-settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const DEFAULT_EXP_SETTINGS: ExportSettingsData =
7474
addDarkModeToggle: true,
7575
hideSearch: false,
7676
includeOutline: true,
77-
includeGraphView: true,
77+
includeGraphView: false,
7878
includeFileTree: true,
7979

8080
// Main Export Options

0 commit comments

Comments
 (0)