diff --git a/src/AcDream.UI.Abstractions/Panels/Debug/DebugVM.cs b/src/AcDream.UI.Abstractions/Panels/Debug/DebugVM.cs index 731ee9e..a761738 100644 --- a/src/AcDream.UI.Abstractions/Panels/Debug/DebugVM.cs +++ b/src/AcDream.UI.Abstractions/Panels/Debug/DebugVM.cs @@ -359,6 +359,18 @@ public sealed class DebugVM set => PhysicsDiagnostics.ProbeIndoorBspEnabled = value; } + /// + /// Phase A6.P1 cdb probe spike (2026-05-21). Runtime mirror of + /// (env var + /// ACDREAM_PROBE_PUSH_BACK). Toggling here flips the three + /// [push-back] emission sites live — no relaunch required. + /// + public bool ProbePushBack + { + get => PhysicsDiagnostics.ProbePushBackEnabled; + set => PhysicsDiagnostics.ProbePushBackEnabled = value; + } + /// /// Runtime mirror of RenderingDiagnostics.IndoorAll — toggles all /// five indoor probes together. No dedicated env var; set any individual