From b89dd09a948e1deeb113a64be8f04cb7b28c7630 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 17 Oct 2018 09:47:54 +0200 Subject: [PATCH] NTSheetInactive should default to False --- src/Model/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Types.hs b/src/Model/Types.hs index b1e98b0b6..19ff99f5b 100644 --- a/src/Model/Types.hs +++ b/src/Model/Types.hs @@ -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