aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Types
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-23 12:39:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-23 13:27:52 -0400
commit3e72d35e75dccdcd4b498e6b30a5ad9b1c448a71 (patch)
treeb82f22104607b3da7fc5e7920d87544babbecc45 /Assistant/Types
parentec8edd25c6917ad10dc129bbaebffdd50afe0d51 (diff)
better UI flow through upgrade process
Move button to enable automatic upgrades to an alert displayed after successful upgrade. Unclutters the UI and makes psychological sense.
Diffstat (limited to 'Assistant/Types')
-rw-r--r--Assistant/Types/Alert.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Assistant/Types/Alert.hs b/Assistant/Types/Alert.hs
index 4079802ec..e6fbe86d3 100644
--- a/Assistant/Types/Alert.hs
+++ b/Assistant/Types/Alert.hs
@@ -31,8 +31,7 @@ data AlertName
| CloudRepoNeededAlert
| SyncAlert
| NotFsckedAlert
- | CanUpgradeAlert
- | UpgradeReadyAlert
+ | UpgradeAlert
deriving (Eq)
{- The first alert is the new alert, the second is an old alert.