mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Close the user guide when exiting Fix https://github.com/siyuan-note/siyuan/issues/10322
This commit is contained in:
parent
7269b646e7
commit
248bf80415
8 changed files with 35 additions and 27 deletions
|
@ -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" // 资源文件数据库索引提交
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue