fix(Notifications): Player Leave option incorrect SameLine (#477)

This commit is contained in:
Yimura 2022-10-19 17:44:41 +02:00 committed by GitHub
parent 7f25ee41cc
commit ce9d81d2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,7 @@ namespace big
draw_pair_option("Terminate", g->notifications.gta_thread_kill);
draw_pair_option("Start", g->notifications.gta_thread_start);
components::sub_title("Network Player Manager");
ImGui::Text("Player Join");
@ -28,8 +27,6 @@ namespace big
ImGui::Checkbox("Log", &g->notifications.player_join.log);
ImGui::Checkbox("Notify", &g->notifications.player_join.notify);
ImGui::SameLine();
draw_pair_option("Player Leave", g->notifications.player_leave);
draw_pair_option("Init", g->notifications.network_player_mgr_init);