-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
Small feature enhancement which makes it easy to set default values and maintain consistency for all configuration options:
In chrome-options.js, function chrome.options.addLabelNField() and chrome.options.base.checkbox()
+++
option.hidden && $container.classList.add('hidden');
+++
In chrome-options.css, add the following:
.chrome-bootstrap .hidden {
display: none;
}