animate syncing and other activity icons

This commit is contained in:
Joey Hess 2013-04-08 22:54:02 -04:00
parent 77eb11bc9c
commit 1c36af163c
6 changed files with 9 additions and 6 deletions

View file

@ -94,6 +94,7 @@ syncAlert rs = baseActivityAlert
, alertHeader = Just $ tenseWords
[Tensed "Syncing" "Synced", "with", showRemotes rs]
, alertPriority = Low
, alertIcon = Just SyncIcon
}
syncResultAlert :: [Remote] -> [Remote] -> Alert