feat(Settings): Removed dump entrypoints button
This commit is contained in:
parent
55f92dfb23
commit
36ee0151d6
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user