You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug in the implementation of the OverrideDefaultSetting method's IncludeInOptionsWindow argument (used in ui3-local-overrides.js files).
This argument's value is now persisted when you have UI3 generate a new local overrides file (as was originally intended).
Calling OverrideDefaultSetting with IncludeInOptionsWindow set to false no longer is irreversible; you can call it again set to true to re-show a setting that was hidden by an earlier call during the same UI3 instance.