Skip to content

Commit

Permalink
[v3.0] Fix bug at Server setting UI
Browse files Browse the repository at this point in the history
  • Loading branch information
abc123lzf committed Apr 20, 2021
1 parent ee19dbb commit 26815e4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@ void setEncrypt(EncryptType type) {
case SSL:
encrypt.select(1);
break;
case SSL_CA:
encrypt.select(2);
break;
}
}

Expand Down

0 comments on commit 26815e4

Please sign in to comment.