NTSheetInactive should default to False
This commit is contained in:
parent
f07ad82c1d
commit
b89dd09a94
@ -514,7 +514,7 @@ instance Default NotificationSettings where
|
|||||||
NTSubmissionRatedGraded -> True
|
NTSubmissionRatedGraded -> True
|
||||||
NTSubmissionRated -> False
|
NTSubmissionRated -> False
|
||||||
NTSheetActive -> True
|
NTSheetActive -> True
|
||||||
NTSheetInactive -> True
|
NTSheetInactive -> False
|
||||||
|
|
||||||
instance ToJSON NotificationSettings where
|
instance ToJSON NotificationSettings where
|
||||||
toJSON v = toJSON . HashMap.fromList $ map (id &&& notificationAllowed v) universeF
|
toJSON v = toJSON . HashMap.fromList $ map (id &&& notificationAllowed v) universeF
|
||||||
|
|||||||
Reference in New Issue
Block a user