🎨 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 18:28:42 +08:00
parent d44c12be0b
commit 21d6a24999
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
17 changed files with 41 additions and 27 deletions

View file

@ -230,6 +230,8 @@ func skipPushTaskAction(action string) bool {
return util.StatusBarCfg.MsgTaskHistoryDatabaseIndexCommitDisabled
case AssetContentDatabaseIndexCommit:
return util.StatusBarCfg.MsgTaskAssetDatabaseIndexCommitDisabled
case HistoryGenerateFile:
return util.StatusBarCfg.MsgTaskHistoryGenerateFileDisabled
default:
return false
}