feat: Add Disable siren (#1383)

This commit is contained in:
I am Cypher
2023-06-06 01:02:49 +05:30
committed by GitHub
parent c3d1ffeb5a
commit 4389e57439
3 changed files with 33 additions and 1 deletions

View File

@ -93,6 +93,8 @@ namespace big
components::command_checkbox<"driveunder">();
components::command_checkbox<"keeponground">();
components::command_checkbox<"mutesiren">();
ImGui::EndGroup();
}
ImGui::Separator();