mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 设置代理切换时不再需要重启 Fix https://github.com/siyuan-note/siyuan/issues/6680
This commit is contained in:
@@ -84,6 +84,8 @@ func SetNetworkProxy(proxyURL string) {
|
||||
|
||||
if "" != proxyURL {
|
||||
logging.LogInfof("use network proxy [%s]", proxyURL)
|
||||
} else {
|
||||
logging.LogInfof("use network proxy [system]")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user