this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "Remove DEV check"

This reverts commit d2fb86036c04f64fd5d9cc29604657b97ec4652b.

+2 -1
+2 -1
src/components/media-modal.jsx
··· 295 295 <Icon icon="popout" /> 296 296 <span>Open original media</span> 297 297 </MenuLink> 298 - {!!states.settings.mediaAltGenerator && 298 + {import.meta.env.DEV && // Only dev for now 299 + !!states.settings.mediaAltGenerator && 299 300 !!IMG_ALT_API_URL && 300 301 !!mediaAttachments[currentIndex]?.url && 301 302 !mediaAttachments[currentIndex]?.description &&