chore: remove incorrect label

This commit is contained in:
Carlos Valente
2024-08-27 14:21:18 +02:00
committed by Carlos Valente
parent d78e8838c3
commit 3877e207d0
+1 -1
View File
@@ -6,7 +6,7 @@
function getTrayMenu(showApp, askToQuit) {
return [
{
label: 'Show App (Alt + 1)',
label: 'Show App',
click: () => showApp(),
},
{