feat(Settings): Removed dump entrypoints button

This commit is contained in:
Yimura 2021-12-22 21:30:09 +01:00
parent 55f92dfb23
commit 36ee0151d6
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -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();
}