fix(tray): improve fit for recent notes

This commit is contained in:
Elian Doran 2025-02-01 14:00:56 +02:00
parent 50514e2418
commit 72991a5649
No known key found for this signature in database

View File

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