Update index.js (#2706)

This commit is contained in:
efb4f5ff-1298-471a-8973-3d47447115dc 2022-10-11 01:26:31 +00:00 committed by GitHub
parent 3db62f6d81
commit 40859b5887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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')