Compare commits

...

3 Commits

Author SHA1 Message Date
Sandro Soria
b202b8ed2e
Merge 092f36afeb into 03dac9ed6d 2024-10-29 10:22:57 +00:00
Sandro642
092f36afeb Refactor variables.json: Add newline at end of file 2024-10-29 11:22:41 +01:00
Sandro642
0770d652c2 Refactor settings.js: Update variable and comment names in manageMods function 2024-10-29 11:21:05 +01:00

View File

@ -709,11 +709,11 @@ document.getElementById('settingsGameHeight').addEventListener('keydown', (e) =>
const settingsModsContainer = document.getElementById('settingsModsContainer')
/**
* Manages the display and interaction state of the Mods tab and its buttons based on the type of `athShield`.
* Manages the display and interaction state of the Mods tab and its buttons based on the type of `extraFileVerif`.
*
* The function performs the following:
* - If `athShield.type` is 'hidden': hides the Mods button entirely.
* - If `athShield.type` is 'blocked': shows the Mods button, displays the Mods tab, and disables all buttons within the Mods tab.
* - If `extraFileVerif.type` is 'hidden': hides the Mods button entirely.
* - If `extraFileVerif.type` is 'blocked': shows the Mods button, displays the Mods tab, and disables all buttons within the Mods tab.
* - Otherwise: shows and enables all components (Mods button and buttons within the Mods tab) normally.
*
* @return {void}