From 40859b588762dc860efa82637d8914c692f1e6ee Mon Sep 17 00:00:00 2001 From: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com> Date: Tue, 11 Oct 2022 01:26:31 +0000 Subject: [PATCH] Update index.js (#2706) --- src/main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.js b/src/main/index.js index 147fb8aaf8f4..5a4f55da53c1 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -21,7 +21,7 @@ function runApp() { showCopyImageAddress: true, prepend: (defaultActions, parameters, browserWindow) => [ { - label: 'Show Video Statistics', + label: 'Show / Hide Video Statistics', visible: parameters.mediaType === 'video', click: () => { browserWindow.webContents.send('showVideoStatistics')