Skip to content

Commit a1ea912

Browse files
authored
Merge pull request #169 from arduino/ui/fix-about
Removed redundant About menu item.
2 parents 187424b + 0591824 commit a1ea912

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backend/menu.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ module.exports = function registerMenu(win, state = {}) {
1111
...(isMac ? [{
1212
label: app.name,
1313
submenu: [
14-
{ role: 'about'},
15-
{ type: 'separator' },
1614
{ type: 'separator' },
1715
{ role: 'hide', accelerator: 'CmdOrCtrl+Shift+H' },
1816
{ role: 'hideOthers' },
@@ -167,7 +165,7 @@ module.exports = function registerMenu(win, state = {}) {
167165
}
168166
},
169167
{
170-
label:'Info about this app',
168+
label:'About Arduino Lab for MicroPython',
171169
click: () => {
172170
openAboutWindow({
173171
icon_path: path.resolve(__dirname, '../ui/arduino/media/about_image.png'),

0 commit comments

Comments
 (0)