🎨 桌面端自动下载更新安装包选项默认开启 Fix https://github.com/siyuan-note/siyuan/issues/6000
This commit is contained in:
parent
666f6c9eed
commit
5c29d67b46
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ func NewSystem() *System {
|
|||
ID: util.GetDeviceID(),
|
||||
KernelVersion: util.Ver,
|
||||
NetworkProxy: &NetworkProxy{},
|
||||
DownloadInstallPkg: false,
|
||||
DownloadInstallPkg: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue