Skip to content

Commit

Permalink
fix(setting-tab): adjust default template
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Feb 15, 2024
1 parent f663273 commit ec12563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/app/src/settings/def.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ const mxSettingsDefault = {
"mx-webpage": [],
},
loadStrategy: "eager",
timestampTemplate: "\n- {{TIMESTAMP}}",
timestampTemplate: "\n- {{TIMESTAMP}} ",
screenshotEmbedTemplate: "{{TITLE}}{{DURATION}}|50",
screenshotTemplate: "\n- {{SCREENSHOT}} {{TIMESTAMP}}",
screenshotTemplate: "\n- {{SCREENSHOT}} {{TIMESTAMP}} ",
insertBefore: false,
timestampOffset: 0,
} satisfies MxSettingValues;
Expand Down

0 comments on commit ec12563

Please sign in to comment.