Actions
Feature #1779
closed[UI] Enable "Hide Unused Fields" by default
Start date:
07/22/2014
Due date:
% Done:
100%
Estimated time:
Chirp Version:
daily
Model affected:
(All models)
I read the instructions above:
Description
Update "Hide Unused Fields" in the main application user interface to be enabled by default to make the spreadsheet style memory editor less confusing to new CHIRP users.
Updated by Tom Hayward over 8 years ago
- Status changed from New to Feedback
Users have reported this not working after initial install. The behavior is that the UI shows Hide Unused Fields checked, but the unused fields are still displayed. I wonder if this is the cause:
@def get_bool(self, key, section=None, default=False):@
Note that default=False. The UI defaults to True, so there is a discrepancy.
Actions