From b59fc07df979a5656f4701426de09b37f4938853 Mon Sep 17 00:00:00 2001 From: bp2008 Date: Mon, 12 Feb 2024 08:11:23 -0700 Subject: [PATCH] Version 268: * 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. --- ui3.htm | 2 +- ui3/ui3.js | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ui3.htm b/ui3.htm index 7e1ef5b..8980f49 100644 --- a/ui3.htm +++ b/ui3.htm @@ -88,7 +88,7 @@ };