Skip to content

Commit 50d4342

Browse files
Merge branch 'fspissu/toolbar-update' of github.com:arduino/arduino-ide into fspissu/toolbar-update
2 parents 578a402 + 0ce49a6 commit 50d4342

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export class ArduinoFrontendContribution
246246
hc: 'textLink.foreground',
247247
},
248248
description:
249-
'Background color of the toolbar items when hovering over them. Such as Serial Monitor and Serial Plotter',
249+
'Background color of the toolbar items when hovering over them, such as "Serial Monitor" and "Serial Plotter"',
250250
},
251251
{
252252
id: 'arduino.toolbar.toggleBackground',

arduino-ide-extension/src/browser/serial/plotter/plotter-frontend-contribution.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ export namespace SerialPlotterContribution {
3333
};
3434
export const OPEN_TOOLBAR: Command = {
3535
id: 'serial-plotter-open-toolbar',
36-
label: 'Serial Plotter Toolbar',
37-
category: 'Arduino',
3836
};
3937
}
4038
}

0 commit comments

Comments
 (0)