diff --git a/static/js/core/settings-manager.js b/static/js/core/settings-manager.js index b926ef1..ddc0831 100644 --- a/static/js/core/settings-manager.js +++ b/static/js/core/settings-manager.js @@ -391,6 +391,99 @@ function switchSettingsTab(tabName) { document.querySelectorAll('.settings-section').forEach(section => { section.classList.toggle('active', section.id === `settings-${tabName}`); }); + + // Load tools/dependencies when that tab is selected + if (tabName === 'tools') { + loadSettingsTools(); + } +} + +/** + * Load tool dependencies into settings modal + */ +function loadSettingsTools() { + const content = document.getElementById('settingsToolsContent'); + if (!content) return; + + content.innerHTML = '
Check which tools are installed for each mode. ● = Installed, ● = Missing
-acarsdec which must be built from
- source.
- See github.com/TLeconte/acarsdec or run
- ./setup.sh for automated installation.
-