From 09e65da8e2b4e3b81a1d1772a9d490fcda22a7a6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Mar 2013 12:51:22 -0400 Subject: move display of transfer scan in progress to transfers section of dashboard This way it's only visible when transfers are not running, which is about what a user would expect. --- Assistant/Alert.hs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Assistant/Alert.hs') diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index 25ddaf3ce..206694031 100644 --- a/Assistant/Alert.hs +++ b/Assistant/Alert.hs @@ -240,13 +240,6 @@ commitAlert = activityAlert Nothing showRemotes :: [Remote] -> TenseChunk showRemotes = UnTensed . T.intercalate ", " . map (T.pack . Remote.name) -scanAlert :: Alert -scanAlert = baseActivityAlert - { alertHeader = Just $ - tenseWords [Tensed "Scanning" "Scanned", "for file transfers"] - , alertPriority = Low - } - syncAlert :: [Remote] -> Alert syncAlert rs = baseActivityAlert { alertName = Just SyncAlert -- cgit v1.2.3