mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
fix(Notifications): Player Leave option incorrect SameLine (#477)
This commit is contained in:
parent
1c6a279758
commit
96c2c64f77
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user