diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-29 14:46:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-29 14:46:57 -0400 |
commit | bcc838aacd3a32973e20b68f235c15d4b7cd561f (patch) | |
tree | eb95ceb8e524c538d7db635a9e6e7ab0b1d741a5 /Assistant | |
parent | 9d7ce6bff0c9dcf66983eb100927fc7776c447f9 (diff) |
reload preferred content when group preferred content log changes
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Threads/ConfigMonitor.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/Threads/ConfigMonitor.hs b/Assistant/Threads/ConfigMonitor.hs index a92c7d785..d143c0946 100644 --- a/Assistant/Threads/ConfigMonitor.hs +++ b/Assistant/Threads/ConfigMonitor.hs @@ -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 () |