Sync HUD Order page after profile restore/apply #8
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?
After applying/restoring one of MangoTune's saved profiles, the actual HUD order from that profile is reflected correctly in the running preview, but
Tools -> HUD Orderdoes not show the same order.Observed behavior:
Tools -> HUD Order.This looks like a UI state/derived-order mismatch rather than MangoHud ignoring the order, because the preview itself is correct.
Likely investigation points:
HUD Orderpage may be rebuilding from stale state after profile apply/restore.Acceptance criteria:
HUD Orderimmediately shows the same order that the preview and current config now use.Resolved.
HUD Ordernow reflects the restored/applied profile order correctly again, and the related HUD Order navigation/live-update regressions addressed in the same pass are stable withcargo fmt --all,cargo test -q, andcargo clippy --all-targets -- -D warningspassing.