Skip to content

Commit 3777b4e

Browse files
committed
COM port select box 선택 문제 수정
- 동일한 포트목록인 경우, 메인으로 돌아간 후 다시 목록이 뜨지 않던점 수정
1 parent 1ef9f8b commit 3777b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/renderer/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,10 +456,10 @@
456456
`<option title="${port.comName}">${port.comName}</option>`;
457457
});
458458

459-
$('#select_port_box').css('display', 'flex');
460459
$('#select_port_box select').html(portHtml);
461460
this.cachedPortList = JSON.stringify(portList);
462461
}
462+
$('#select_port_box').css('display', 'flex');
463463
},
464464
quit() {
465465
},

0 commit comments

Comments
 (0)