- Shipped
- lúc 21:27 24 tháng 10, 2025 UTC
- Author
- snadjafinia
- Commit
- 0f18579
Bug fix: - God Mode switch was using isGodModeActive() from hook for 'checked' prop - But onChange was calling setGodModeActive (local state) - This created a disconnect between the two switches Changes: - Use godModeActive (local state) for both checked and label - Keep isGodModeActive() hook method for secure validation - Add fire icon (Whatshot) to god mode chip for devil theme - Icon color: white, size: 16px The god mode toggle now works independently from accepting leads toggle.