Skip to content

Commit 3444bdd

Browse files
committedOct 10, 2023
fix: disable screenshots by default
1 parent 122207d commit 3444bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎packages/shared-utils/src/shared-data.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const internalSharedData = {
2222
vuexGroupGettersByModule: true,
2323
showMenuScrollTip: true,
2424
timelineTimeGrid: true,
25-
timelineScreenshots: true,
25+
timelineScreenshots: false,
2626
menuStepScrolling: isMac,
2727
pluginPermissions: {} as any,
2828
pluginSettings: {} as any,

0 commit comments

Comments
 (0)