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 f65d384030
commit 7c59e7a98d
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();