🎨 桌面端自动下载更新安装包 https://github.com/siyuan-note/siyuan/issues/5837

This commit is contained in:
Liang Ding 2022-09-07 22:50:06 +08:00
parent 0380971327
commit d424917077
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -35,6 +35,8 @@ import (
var checkDownloadInstallPkgLock = sync.Mutex{}
func checkDownloadInstallPkg() {
defer logging.Recover()
if !Conf.System.DownloadInstallPkg {
return
}