mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
client/context menus/insert note: fix a comment
This commit is contained in:
@@ -57,7 +57,7 @@ export const NOTE_TYPES: NoteTypeMapping[] = [
|
||||
{ type: "aiChat", mime: "application/json", title: t("note_types.ai-chat"), reserved: true }
|
||||
];
|
||||
|
||||
/** The minimum age in days for a template to be marked with the "New" badge */
|
||||
/** The maximum age in days for a template to be marked with the "New" badge */
|
||||
const NEW_TEMPLATE_MIN_AGE = 3;
|
||||
|
||||
/** The length of a day in milliseconds. */
|
||||
|
||||
Reference in New Issue
Block a user