Skip to content

Commit 0739ce7

Browse files
committed
Clean up label & add in label for view
1 parent 74d7de3 commit 0739ce7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

main.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ function menuBar() {
204204
},
205205
{
206206
role: 'view',
207+
label: 'View',
207208
submenu: [
208209
{
209210
role: 'togglefullscreen'
@@ -225,9 +226,6 @@ function menuBar() {
225226
click() {
226227
require('electron').shell.openExternal('https://github.com/Soundnode/soundnode-app/blob/master/LICENSE.md')
227228
}
228-
},
229-
{
230-
role: 'paste'
231229
}
232230
]
233231
},

0 commit comments

Comments
 (0)