chore: fix cmd + w behaviour
This commit is contained in:
parent
b276480367
commit
45abb7c965
1 changed files with 2 additions and 0 deletions
|
|
@ -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 }]),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue