aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Types
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-29 16:48:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-29 16:50:38 -0400
commitfcfe4f532f4a87cccd1e61423e1f43c0e8e83c6a (patch)
treebeda9d60b0390c416538ed9da494f43c30c8720e /Assistant/Types
parent16d6ab71124876f7cffb79778cf8de1b23b5c1ba (diff)
webapp: remind user when using repositories that lack consistency checks
When starting up the assistant, it'll remind about the current repository, if it doesn't have checks. And when a removable drive is plugged in, it will remind if a repository on it lacks checks. Since that might be annoying, the reminders can be turned off. This commit was sponsored by Nedialko Andreev.
Diffstat (limited to 'Assistant/Types')
-rw-r--r--Assistant/Types/Alert.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/Types/Alert.hs b/Assistant/Types/Alert.hs
index 290733b66..2e52ca7ef 100644
--- a/Assistant/Types/Alert.hs
+++ b/Assistant/Types/Alert.hs
@@ -30,6 +30,7 @@ data AlertName
| RemoteRemovalAlert String
| CloudRepoNeededAlert
| SyncAlert
+ | NotFsckedAlert
deriving (Eq)
{- The first alert is the new alert, the second is an old alert.