mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50: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
2f3c9f734a
commit
3f8b08fbd4
17 changed files with 79 additions and 26 deletions
|
|
@ -189,6 +189,13 @@ func StatusJob() {
|
|||
}
|
||||
count[action]++
|
||||
|
||||
if action == HistoryDatabaseIndexCommit && util.StatusBarCfg.MsgTaskHistoryDatabaseIndexCommitDisabled {
|
||||
continue
|
||||
}
|
||||
if action == AssetContentDatabaseIndexCommit && util.StatusBarCfg.MsgTaskAssetDatabaseIndexCommitDisabled {
|
||||
continue
|
||||
}
|
||||
|
||||
if nil != actionLangs {
|
||||
if label := actionLangs[task.Action]; nil != label {
|
||||
action = label.(string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue