mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
fix(tray): improve fit for recent notes
This commit is contained in:
@@ -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"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user