> - self.hide_unused = self._config.get_bool("hide_unused") > + self.hide_unused = self._config.get_bool("hide_unused", default=True) I've spent more hours on this than I would care to admit trying to solve this. This setting finally works as intended. Thanks for looking into this Tom. Jim