mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-26 15:13:32 +00:00
Problem: Help tab content was growing/duplicating every time the language was changed because the code was trying to dynamically insert "How It Works" sections that couldn't be found after translation. Solution: Remove the dynamic content insertion logic for help sections. Now only updates existing header text instead of creating new elements. This prevents duplicate sections from appearing when switching languages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>