fix(Notifications): Player Leave option incorrect SameLine (#477)
This commit is contained in:
parent
7f25ee41cc
commit
ce9d81d2ca
@ -19,7 +19,6 @@ namespace big
|
|||||||
draw_pair_option("Terminate", g->notifications.gta_thread_kill);
|
draw_pair_option("Terminate", g->notifications.gta_thread_kill);
|
||||||
draw_pair_option("Start", g->notifications.gta_thread_start);
|
draw_pair_option("Start", g->notifications.gta_thread_start);
|
||||||
|
|
||||||
|
|
||||||
components::sub_title("Network Player Manager");
|
components::sub_title("Network Player Manager");
|
||||||
|
|
||||||
ImGui::Text("Player Join");
|
ImGui::Text("Player Join");
|
||||||
@ -28,8 +27,6 @@ namespace big
|
|||||||
ImGui::Checkbox("Log", &g->notifications.player_join.log);
|
ImGui::Checkbox("Log", &g->notifications.player_join.log);
|
||||||
ImGui::Checkbox("Notify", &g->notifications.player_join.notify);
|
ImGui::Checkbox("Notify", &g->notifications.player_join.notify);
|
||||||
|
|
||||||
ImGui::SameLine();
|
|
||||||
|
|
||||||
draw_pair_option("Player Leave", g->notifications.player_leave);
|
draw_pair_option("Player Leave", g->notifications.player_leave);
|
||||||
|
|
||||||
draw_pair_option("Init", g->notifications.network_player_mgr_init);
|
draw_pair_option("Init", g->notifications.network_player_mgr_init);
|
||||||
|
Reference in New Issue
Block a user