8000 Add label · arduino/lab-micropython-editor@3f2636e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f2636e

Browse files
committed
Add label
1 parent f5b23e4 commit 3f2636e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/arduino/views/components/toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function Toolbar(state, emit) {
9494
<div>
9595
${!window.BridgeWindow.isLinux() ? Button({
9696
icon: 'install-package.svg',
97-
tooltip: `Install Package`,
97+
label: `Install Package`,
9898
active: true,
9999
onClick: () => {
100100
if(state.isConnected) emit('disconnect') // Package installer requires exclusive access to the serial port

0 commit comments

Comments
 (0)
0