mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
client/context menus/insert note: fix a comment
This commit is contained in:
parent
2225aea756
commit
e6ca89fea8
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user