mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 18:15:50 +00:00
Update bindings.js
This commit is contained in:
@@ -238,6 +238,7 @@ function bindAmily2ModalWorldBookSettings() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const updateVisibility = () => {
|
const updateVisibility = () => {
|
||||||
|
const settings = extension_settings[extensionName];
|
||||||
const isEnabled = enabledCheckbox.checked;
|
const isEnabled = enabledCheckbox.checked;
|
||||||
optionsContainer.style.display = isEnabled ? 'block' : 'none';
|
optionsContainer.style.display = isEnabled ? 'block' : 'none';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user