{!collapsed && (
AeroFetch
{/* Stable tagline so the caption never flips from text to a version
string once it loads (L66); the version shows on hover and in
Settings → About. */}
Video downloader
)}
{NAV.filter((n) => n.value !== 'terminal' || showTerminal).map((n) => {
const active = tab === n.value
const btn = (
)
return collapsed ? (
{btn}
) : (
btn
)
})}