mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 15:39:11 +00:00
chore: remove incorrect label
This commit is contained in:
committed by
Carlos Valente
parent
d78e8838c3
commit
3877e207d0
@@ -6,7 +6,7 @@
|
|||||||
function getTrayMenu(showApp, askToQuit) {
|
function getTrayMenu(showApp, askToQuit) {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
label: 'Show App (Alt + 1)',
|
label: 'Show App',
|
||||||
click: () => showApp(),
|
click: () => showApp(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user