Update index.js (#2706)
This commit is contained in:
parent
3db62f6d81
commit
40859b5887
|
@ -21,7 +21,7 @@ function runApp() {
|
||||||
showCopyImageAddress: true,
|
showCopyImageAddress: true,
|
||||||
prepend: (defaultActions, parameters, browserWindow) => [
|
prepend: (defaultActions, parameters, browserWindow) => [
|
||||||
{
|
{
|
||||||
label: 'Show Video Statistics',
|
label: 'Show / Hide Video Statistics',
|
||||||
visible: parameters.mediaType === 'video',
|
visible: parameters.mediaType === 'video',
|
||||||
click: () => {
|
click: () => {
|
||||||
browserWindow.webContents.send('showVideoStatistics')
|
browserWindow.webContents.send('showVideoStatistics')
|
||||||
|
|
Loading…
Reference in New Issue