refs #1092 Use system proxy as default in preferences

This commit is contained in:
AkiraFukushima 2019-11-12 00:23:46 +09:00
parent fd5de631ad
commit f9ccaf6084
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ const appearance: Appearance = {
}
const proxy: Proxy = {
source: ProxySource.no,
source: ProxySource.system,
manualProxyConfig: {
protocol: '',
host: '',

View File

@ -11,7 +11,7 @@ export type NetworkState = {
const state = (): NetworkState => {
return {
source: ProxySource.no,
source: ProxySource.system,
proxy: {
protocol: '',
host: '',