🎨 Close the user guide when exiting Fix https://github.com/siyuan-note/siyuan/issues/10322

This commit is contained in:
Daniel 2024-02-06 21:30:36 +08:00
parent 7269b646e7
commit 248bf80415
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
8 changed files with 35 additions and 27 deletions

View file

@ -97,7 +97,6 @@ const (
HistoryDatabaseIndexCommit = "task.history.database.index.commit" // 历史数据库索引提交
DatabaseIndexEmbedBlock = "task.database.index.embedBlock" // 数据库索引嵌入块
ReloadUI = "task.reload.ui" // 重载 UI
UpgradeUserGuide = "task.upgrade.userGuide" // 升级用户指南文档笔记本
AssetContentDatabaseIndexFull = "task.asset.database.index.full" // 资源文件数据库重建索引
AssetContentDatabaseIndexCommit = "task.asset.database.index.commit" // 资源文件数据库索引提交
)