What's Newv1.8.2.2Fixed Fixed a startup race where ImGui text could become transparent or unreadable after plugin load. Added automatic ImGui text-style recovery during the first startup frames. Added a periodic safety monitor that restores text visibility if ImGui alpha/text colors become transparent again later. Restored sane defaults for normal text, disabled text, global style alpha, and missing text-selection background. Removed the old DEBUG-only temporary ImGui recovery path and replaced it with a release-safe runtime guard. Added warning logs when the plugin recovers transparent ImGui text styling, making the issue easier to diagnose.