🎨 更新版本后自动打开用户指南 Fix https://github.com/siyuan-note/siyuan/issues/7469

This commit is contained in:
Liang Ding 2023-02-24 12:49:49 +08:00
parent 1069d245af
commit 0b7598df3b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 8 additions and 10 deletions

View file

@ -162,8 +162,8 @@ func Mount(boxID string) (alreadyMount bool, err error) {
box.SaveConf(boxConf)
}
if Conf.Newbie {
Conf.Newbie = false
if Conf.OpenHelp {
Conf.OpenHelp = false
Conf.Save()
}