We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d7de3 commit 0739ce7Copy full SHA for 0739ce7
main.js
@@ -204,6 +204,7 @@ function menuBar() {
204
},
205
{
206
role: 'view',
207
+ label: 'View',
208
submenu: [
209
210
role: 'togglefullscreen'
@@ -225,9 +226,6 @@ function menuBar() {
225
226
click() {
227
require('electron').shell.openExternal('https://github.com/Soundnode/soundnode-app/blob/master/LICENSE.md')
228
}
- },
229
- {
230
- role: 'paste'
231
232
]
233
0 commit comments