feat(ReplayInterface): Added attach protection

This commit is contained in:
Yimura
2021-01-17 23:30:10 +01:00
parent 391f8665fa
commit 519f91cfcb
3 changed files with 16 additions and 3 deletions

View File

@ -84,6 +84,7 @@ namespace big
auto& protections = g_settings.options["settings"]["protections"];
if (
ImGui::Checkbox("Attach Protection", protections["attach"].get<bool*>()) ||
ImGui::Checkbox("Cage Protection", protections["cage"].get<bool*>())// ||
//ImGui::Checkbox("Version Mismatch Protection", protections["version_mismatch"].get<bool*>())
)