[chirp_devel] [PATCH] [UI] Default "Hide Unused Fields" to enabled. Completes #1779
Dan Smith
Fri May 6 06:35:04 PDT 2016
>> - 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.
Doh! Thanks to both of you :)
--Dan
More information about the chirp_devel
mailing list