Skip to content

Commit fe0dc7f

Browse files
committed
오타수정
1 parent 9c0dbeb commit fe0dc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/renderer/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
});
418418
},
419419
flashFirmware(firmwareName) {
420-
if (currentState !== 'before_connect' && currentState === 'connected') {
420+
if (currentState !== 'before_connect' && currentState !== 'connected') {
421421
alert(
422422
translator.translate('Hardware Device Is Not Connected'),
423423
);

0 commit comments

Comments
 (0)