feat(CTX MENU): Added ctx menu toggle (#265)
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
#include "views/view.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
void view::context_menu_settings()
|
||||
{
|
||||
ImGui::Checkbox("Context Menu Enabled", &g->context_menu.enabled);
|
||||
}
|
||||
}
|
@ -20,6 +20,7 @@ namespace big
|
||||
static void active_view();
|
||||
static void debug();
|
||||
static void esp_settings();
|
||||
static void context_menu_settings();
|
||||
static void gui_settings();
|
||||
static void handling_current_profile();
|
||||
static void handling_my_profiles();
|
||||
|
Reference in New Issue
Block a user