🎨 桌面端自动下载更新安装包选项默认开启 Fix https://github.com/siyuan-note/siyuan/issues/6000

This commit is contained in:
Liang Ding 2022-09-28 12:28:34 +08:00
parent 666f6c9eed
commit 5c29d67b46
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -46,7 +46,7 @@ func NewSystem() *System {
ID: util.GetDeviceID(),
KernelVersion: util.Ver,
NetworkProxy: &NetworkProxy{},
DownloadInstallPkg: false,
DownloadInstallPkg: true,
}
}