diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-19 12:51:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-19 13:03:41 -0400 |
commit | 09e65da8e2b4e3b81a1d1772a9d490fcda22a7a6 (patch) | |
tree | e57bec364ae1fc89f8092c9bd076bafa84001cc4 /Assistant/Alert.hs | |
parent | b5ca4df9ecf906e6640be362708face2215b5469 (diff) |
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.
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r-- | Assistant/Alert.hs | 7 |
1 files changed, 0 insertions, 7 deletions
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 |