🎨 设置代理切换时不再需要重启 Fix https://github.com/siyuan-note/siyuan/issues/6680

This commit is contained in:
Liang Ding 2022-11-24 11:25:00 +08:00
parent de529c2edd
commit eb3098bfe9
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
9 changed files with 31 additions and 22 deletions

View file

@ -84,6 +84,8 @@ func SetNetworkProxy(proxyURL string) {
if "" != proxyURL {
logging.LogInfof("use network proxy [%s]", proxyURL)
} else {
logging.LogInfof("use network proxy [system]")
}
}