Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop

This commit is contained in:
Adorian Doran 2025-02-01 14:37:36 +02:00
commit dcf164e2ff

View File

@ -127,7 +127,7 @@ function updateTrayMenu() {
`); `);
const menuItems: Electron.MenuItemConstructorOptions[] = []; const menuItems: Electron.MenuItemConstructorOptions[] = [];
const formatter = new Intl.DateTimeFormat(undefined, { const formatter = new Intl.DateTimeFormat(undefined, {
dateStyle: "medium", dateStyle: "short",
timeStyle: "short" timeStyle: "short"
}); });