Skip to content

Commit

Permalink
🚩 修改:通知格式
Browse files Browse the repository at this point in the history
  • Loading branch information
owwkmidream committed Mar 9, 2024
1 parent f367dcc commit 26d79e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notify_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ func (n *Notify) Send(msgs ...string) {
n.notify.Title = msgs[0]
if len(msgs) > 1 {
n.notify.Message = msgs[1]
} else {
n.notify.Message = ""
}

err := n.notify.Push()
Expand Down

0 comments on commit 26d79e8

Please sign in to comment.