undo change

This commit is contained in:
Hichem Fantar 2024-10-04 11:46:49 +01:00
parent 6bdf21fb5c
commit b64ad4e9f3

View File

@ -150,7 +150,6 @@ function updateTray() {
const menu = Menu.buildFromTemplate([
...(updateAvailable ? updateItems : []),
toggleAutoStartupItem,
{ role: 'about' },
{ role: 'quit', accelerator: 'Command+Q' },
])