summaryrefslogtreecommitdiff
path: root/Assistant/Types/Alert.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/Types/Alert.hs')
-rw-r--r--Assistant/Types/Alert.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Types/Alert.hs b/Assistant/Types/Alert.hs
index 34bbc1b08..1ca886242 100644
--- a/Assistant/Types/Alert.hs
+++ b/Assistant/Types/Alert.hs
@@ -50,7 +50,7 @@ data Alert = Alert
, alertButton :: Maybe AlertButton
}
-data AlertIcon = ActivityIcon | SuccessIcon | ErrorIcon | InfoIcon | TheCloud
+data AlertIcon = ActivityIcon | SyncIcon | SuccessIcon | ErrorIcon | InfoIcon | TheCloud
type AlertMap = M.Map AlertId Alert