NTSheetInactive should default to False

This commit is contained in:
Gregor Kleen 2018-10-17 09:47:54 +02:00
parent f07ad82c1d
commit b89dd09a94

View File

@ -514,7 +514,7 @@ instance Default NotificationSettings where
NTSubmissionRatedGraded -> True
NTSubmissionRated -> False
NTSheetActive -> True
NTSheetInactive -> True
NTSheetInactive -> False
instance ToJSON NotificationSettings where
toJSON v = toJSON . HashMap.fromList $ map (id &&& notificationAllowed v) universeF