mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 改进桌面端底部状态栏通知 https://github.com/siyuan-note/siyuan/issues/5294
This commit is contained in:
parent
717f3b356c
commit
27bdcb6672
2 changed files with 15 additions and 7 deletions
|
|
@ -18,6 +18,7 @@ package util
|
|||
|
||||
import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/88250/gulu"
|
||||
"github.com/88250/melody"
|
||||
|
|
@ -145,6 +146,7 @@ func PushErrMsg(msg string, timeout int) (msgId string) {
|
|||
}
|
||||
|
||||
func PushStatusBar(msg string) {
|
||||
msg += " (" + time.Now().Format("2006-01-02 15:04:05") + ")"
|
||||
BroadcastByType("main", "statusbar", 0, msg, nil)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue