mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(tray): improve fit for recent notes
This commit is contained in:
parent
50514e2418
commit
72991a5649
@ -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"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user