From ce9d81d2cab10fe3606ba90f2c11a8d183c9aae1 Mon Sep 17 00:00:00 2001 From: Yimura <24669514+Yimura@users.noreply.github.com> Date: Wed, 19 Oct 2022 17:44:41 +0200 Subject: [PATCH] fix(Notifications): Player Leave option incorrect SameLine (#477) --- BigBaseV2/src/views/settings/view_notification_settings.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/BigBaseV2/src/views/settings/view_notification_settings.cpp b/BigBaseV2/src/views/settings/view_notification_settings.cpp index 5f25f4bf..9c2519f8 100644 --- a/BigBaseV2/src/views/settings/view_notification_settings.cpp +++ b/BigBaseV2/src/views/settings/view_notification_settings.cpp @@ -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);