mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 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:
parent
d44c12be0b
commit
21d6a24999
17 changed files with 41 additions and 27 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue