Skip to content

Commit

Permalink
#439 - Add text to the message body so notification is shown on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakira Dixon committed Aug 29, 2017
1 parent 1d3862c commit 6452761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/desktop_notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (dn *desktopNotifications) updateWith(s *settings.Settings) {
func (dn *desktopNotifications) format(from, message string, withHTML bool) (summary, body string) {
switch dn.notificationStyle {
case "only-presence-of-new-information":
return "New message!", ""
return "New message!", "You have a new message"
case "with-author-but-no-content":
if withHTML {
return "New message!", "From: <b>" + from + "</b>"
Expand Down

0 comments on commit 6452761

Please sign in to comment.