mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +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 "util/system.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
@ -9,10 +6,7 @@ namespace big
|
||||
{
|
||||
if (ImGui::BeginTabItem("Settings"))
|
||||
{
|
||||
if (ImGui::Button("Dump entrypoints"))
|
||||
{
|
||||
system::dump_entry_points();
|
||||
}
|
||||
ImGui::Text("No settings to be modified as of now");
|
||||
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user