Audit preview refresh coverage for re-enabling GPU/FPS threshold-related controls #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Re-enabling GPU stats / threshold combinations does not always update the preview immediately.
Observed case:
Live Preview -> ApplyLikely broader issue:
Additional repro details from current testing:
Current behavior:
HUD Ordercan be made to apply again, but there are still preview-sync inconsistencies in nearby flows.Live Previewand pressingApply.Important open angle:
HUD Orderpage does not reflect that restored order afterward.When revisiting:
HUD Orderis reading the current config after a profile restore, or holding stale derived state.Recent progress: the HUD Order crash/regression and the post-HUD-order dashboard live-apply breakage are resolved in commits
7e95b7fanda36c02b. HUD Order now uses stable up/down controls instead of the unstable drag-and-drop path, profile restore keeps HUD Order aligned with preview ordering, and shared preview apply helpers were consolidated so dashboard layout chips and related flows match Live Preview -> Apply again. Keeping this issue open because its original scope still includes threshold-related preview refresh coverage outside the HUD Order path.Resolved by the preview validation gate and follow-up fixes. Preview updates now pause whenever the workspace has blocking validation errors, the Live Preview panel explains that state and disables Start/Apply/Restart, explicit preview actions follow the same rule, and incomplete threshold color setups are treated as real validation errors so the preview no longer reloads into MangoHud-crashing intermediate configs.