Decide how saved-config live updates should relate to in-memory preview refresh #2
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?
Saving the real MangoHud config while a game or
vkcubeis running updates the real MangoHud overlay directly.Open product/tech question:
Open angle to investigate:
MANGOHUD_CONFIG/MANGOHUD_CONFIGFILEstyle flows can help bridge thisRecent progress: preview update behavior is now documented in docs/PREVIEW_UPDATE_MAP.md, and the code paths were partially centralized around shared preview apply helpers in src/ui/pages/mod.rs (commits
7e95b7fanda36c02b). This narrows the remaining work in this issue to the product/architecture decision itself: how saved-config live updates should coexist with or replace the in-memory preview-refresh model.