fix: The network proxy is turned off by default.

This commit is contained in:
real-zony 2021-05-31 23:16:51 +08:00
parent def1de8467
commit aa85740b58

View File

@ -9,7 +9,7 @@
"ToolOption": {
"SupportFileExtensions": "*.mp3;*.flac;*.wav",
"NetworkOptions": {
"Enable": true,
"Enable": false,
"ProxyIp": "127.0.0.1",
"ProxyPort": 4780
},