Skip to content

Commit

Permalink
Update index.js (FreeTubeApp#2706)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 3db62f6 commit 40859b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 40859b5

Please sign in to comment.