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.
1 parent f5b23e4 commit 3f2636eCopy full SHA for 3f2636e
ui/arduino/views/components/toolbar.js
@@ -94,7 +94,7 @@ function Toolbar(state, emit) {
94
<div>
95
${!window.BridgeWindow.isLinux() ? Button({
96
icon: 'install-package.svg',
97
- tooltip: `Install Package`,
+ label: `Install Package`,
98
active: true,
99
onClick: () => {
100
if(state.isConnected) emit('disconnect') // Package installer requires exclusive access to the serial port
0 commit comments