chore: fix cmd + w behaviour

This commit is contained in:
haritabh-z01 2025-12-08 00:38:44 +05:30
parent b276480367
commit 45abb7c965

View file

@ -127,6 +127,8 @@ export const setupApplicationMenu = (
{ role: "front" as const },
{ type: "separator" as const },
{ role: "window" as const },
{ type: "separator" as const },
{ role: "close" as const },
]
: [{ role: "close" as const }]),
],