reload preferred content when group preferred content log changes

This commit is contained in:
Joey Hess 2014-03-29 14:46:27 -04:00
parent fe19e15040
commit f2ddf9a299

View file

@ -65,6 +65,7 @@ configFilesActions =
-- Preferred content settings depend on most of the other configs,
-- so will be reloaded whenever any configs change.
, (preferredContentLog, noop)
, (groupPreferredContentLog, noop)
]
reloadConfigs :: Configs -> Assistant ()