Skip to content

Commit 838aa6f

Browse files
committed
Updated Connect shortcut.
Signed-off-by: ubi de feo <[email protected]>
1 parent 22c541f commit 838aa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/arduino/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ async function store(state, emitter) {
14431443
if (state.shortcutsDisabled) return
14441444

14451445
if (key === shortcuts.CONNECT) {
1446-
emitter.emit('open-connection-dialog')
1446+
emitter.emit('connect')
14471447
}
14481448
if (key === shortcuts.DISCONNECT) {
14491449
emitter.emit('disconnect')

0 commit comments

Comments
 (0)