summaryrefslogtreecommitdiff
path: root/Assistant/Types
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-08 22:54:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-08 22:54:02 -0400
commit81ebac3402d72a2cbdacd6830367dcd28429d105 (patch)
treee9e269220bbe5cf1cb621233f292dc4aa2b5843a /Assistant/Types
parentaf53d1966bc608553384841ce60b897c131fb816 (diff)
animate syncing and other activity icons
Diffstat (limited to 'Assistant/Types')
-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