presets: clear out applied status when switching profiles (#591)

## Link to GitHub Issue or related Pull Request, if one exists
#581 

## Description of change
Ensure "applied" status is not persisted through.
This commit is contained in:
bicarus
2026-03-24 22:46:38 -07:00
committed by GitHub
parent 1bb612f3c9
commit 9db2db2340
+1
View File
@@ -5367,6 +5367,7 @@ namespace overlay::windows {
templates_selected = -1;
all_cleared = false;
template_target_selection.clear();
std::fill(this->template_is_applied.begin(), this->template_is_applied.end(), false);
ImGui::CloseCurrentPopup();
}