simplenetspeed icon indicating copy to clipboard operation
simplenetspeed copied to clipboard

code optimization (slight)

Open 35359595 opened this issue 8 years ago • 1 comments

replace the mode verification to this

else if (mode == 2 || mode == 3) {

the result is the same, but in this case second part will not be checked if first returned true (mode == 2)

35359595 avatar Feb 09 '17 12:02 35359595

Please open pull request

biji avatar Feb 11 '17 03:02 biji