summaryrefslogtreecommitdiff
path: root/Assistant/Alert.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r--Assistant/Alert.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs
index d4770f646..944da07d9 100644
--- a/Assistant/Alert.hs
+++ b/Assistant/Alert.hs
@@ -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