From 12ce015d830eb7e3d936728233c5fca73b44952c Mon Sep 17 00:00:00 2001 From: JonKazama-Hellion Date: Fri, 8 May 2026 13:27:39 +0200 Subject: [PATCH] test: add TEST-MIRROR pointer to Build-Suite MigrationLogic --- HellionChat/Plugin.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HellionChat/Plugin.cs b/HellionChat/Plugin.cs index c8d4cd3..f7a4d42 100755 --- a/HellionChat/Plugin.cs +++ b/HellionChat/Plugin.cs @@ -349,6 +349,8 @@ public sealed class Plugin : IDalamudPlugin } } + // TEST-MIRROR: Hellion Build test/_Helpers/MigrationLogic.cs (local-only repo) + // If you change the formula here, change the mirror — tests assert the contract. if (oldWindowAlpha != 100f && Math.Abs(Config.WindowOpacity - 0.85f) < 0.001f) {