mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 15:17:23 +08:00
feat(Settings): Removed dump entrypoints button
This commit is contained in:
parent
91052e3ef6
commit
a124296a5e
@ -1,7 +1,4 @@
|
|||||||
//#include "api/api.hpp"
|
|
||||||
#include "fiber_pool.hpp"
|
|
||||||
#include "main_tabs.hpp"
|
#include "main_tabs.hpp"
|
||||||
#include "util/system.hpp"
|
|
||||||
|
|
||||||
namespace big
|
namespace big
|
||||||
{
|
{
|
||||||
@ -9,10 +6,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
if (ImGui::BeginTabItem("Settings"))
|
if (ImGui::BeginTabItem("Settings"))
|
||||||
{
|
{
|
||||||
if (ImGui::Button("Dump entrypoints"))
|
ImGui::Text("No settings to be modified as of now");
|
||||||
{
|
|
||||||
system::dump_entry_points();
|
|
||||||
}
|
|
||||||
|
|
||||||
ImGui::EndTabItem();
|
ImGui::EndTabItem();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user