8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 187424b + 0591824 commit a1ea912Copy full SHA for a1ea912
backend/menu.js
@@ -11,8 +11,6 @@ module.exports = function registerMenu(win, state = {}) {
11
...(isMac ? [{
12
label: app.name,
13
submenu: [
14
- { role: 'about'},
15
- { type: 'separator' },
16
{ type: 'separator' },
17
{ role: 'hide', accelerator: 'CmdOrCtrl+Shift+H' },
18
{ role: 'hideOthers' },
@@ -167,7 +165,7 @@ module.exports = function registerMenu(win, state = {}) {
167
165
}
168
166
},
169
{
170
- label:'Info about this app',
+ label:'About Arduino Lab for MicroPython',
171
click: () => {
172
openAboutWindow({
173
icon_path: path.resolve(__dirname, '../ui/arduino/media/about_image.png'),
0 commit comments