Skip to content

Commit

Permalink
오타수정
Browse files Browse the repository at this point in the history
  • Loading branch information
extracold1209 committed May 8, 2019
1 parent 9c0dbeb commit fe0dc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/renderer/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
});
},
flashFirmware(firmwareName) {
if (currentState !== 'before_connect' && currentState === 'connected') {
if (currentState !== 'before_connect' && currentState !== 'connected') {
alert(
translator.translate('Hardware Device Is Not Connected'),
);
Expand Down

0 comments on commit fe0dc7f

Please sign in to comment.