Skip to content

Commit

Permalink
fix: disable screenshots by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Oct 10, 2023
1 parent 122207d commit 3444bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared-utils/src/shared-data.ts
Expand Up @@ -22,7 +22,7 @@ const internalSharedData = {
vuexGroupGettersByModule: true,
showMenuScrollTip: true,
timelineTimeGrid: true,
timelineScreenshots: true,
timelineScreenshots: false,
menuStepScrolling: isMac,
pluginPermissions: {} as any,
pluginSettings: {} as any,
Expand Down

0 comments on commit 3444bdd

Please sign in to comment.