test: add TEST-MIRROR pointer to Build-Suite MigrationLogic

This commit is contained in:
2026-05-08 13:27:39 +02:00
parent f455bf4736
commit 12ce015d83
+2
View File
@@ -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)
{