🎨 Support setting status bar message switch https://github.com/siyuan-note/siyuan/issues/16236

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-11-13 12:50:13 +08:00
parent 3d3486e93e
commit f9130aac59
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 24 additions and 0 deletions

View file

@ -189,6 +189,9 @@ func StatusJob() {
}
count[action]++
if action == DatabaseIndexCommit && util.StatusBarCfg.MsgTaskDatabaseIndexCommitDisabled {
continue
}
if action == HistoryDatabaseIndexCommit && util.StatusBarCfg.MsgTaskHistoryDatabaseIndexCommitDisabled {
continue
}