We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7863e89 commit 8cb0fa7Copy full SHA for 8cb0fa7
1 file changed
src/cn.js
@@ -42,6 +42,7 @@ const rq=node_require,fs=rq('fs'),cp=rq('child_process'),net=rq('net'),os=rq('os
42
q.exes.value=q.exe.value
43
if(!q.exes.value){q.exes.selectedIndex=0;q.exe.value=q.exes.value}
44
q.exe.readOnly=!!q.exes.value
45
+ sel&&(sel.exe=q.exe.value);
46
}
47
,validate=x=>{
48
const t=x.type,p=x.port,tn=x.ssh_tnl
0 commit comments