diff options
-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 () |