Notification: summary is not optional
Use the summary field instead of body.
This commit is contained in:
parent
5af30678c7
commit
7760dfcc7f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ notifyDrop (Just _) _ = noop
|
|||
mkNote :: String -> Notify.Note
|
||||
mkNote desc = Notify.blankNote
|
||||
{ Notify.appName = "git-annex"
|
||||
, Notify.body = Just $ Notify.Text desc
|
||||
, Notify.summary = desc
|
||||
, Notify.hints =
|
||||
[ Notify.Category Notify.Transfer
|
||||
, Notify.Urgency Notify.Low
|
||||
|
|
Loading…
Reference in a new issue